MCPcopy Create free account

hub / github.com/AnirudhRahul/opsu-Android / functions

Functions2,826 in github.com/AnirudhRahul/opsu-Android

↓ 147 callersMethodgetImage
Returns the associated image.
core/src/itdelatrisu/opsu/ui/MenuButton.java:195
↓ 131 callersMethodgetLineHeight
()
core/src/fluddokt/opsu/fake/Font.java:81
↓ 125 callersMethodsize
Returns the number of elements.
core/src/itdelatrisu/opsu/beatmap/BeatmapSet.java:49
↓ 122 callersMethodgetScaledCopy
Get a scaled copy of this image with a uniform scale @param scale The scale to apply @return The new scaled image
core/src/org/newdawn/slick/Image.java:1337
↓ 118 callersMethodadd
Adds stats from a play (passed). @param score the score for the game @param accuracy the accuracy for the game
core/src/itdelatrisu/opsu/user/User.java:115
↓ 116 callersMethodget
Get the single instance of this class @return The single instnace of this class
core/src/org/newdawn/slick/openal/SoundStore.java:988
↓ 112 callersMethodget
Returns the single instance of this class.
core/src/itdelatrisu/opsu/user/UserList.java:62
↓ 104 callersMethoddraw
Draws the hit object to the graphics context. @param g the graphics context @param trackPosition the current track position
core/src/itdelatrisu/opsu/objects/GameObject.java:38
↓ 101 callersMethodsetColor
Set the color of the given corner when this image is rendered. This is useful lots of visual effect but especially light maps @param corner The corne
core/src/org/newdawn/slick/Image.java:405
↓ 98 callersMethodgetNotificationManager
Returns the notification manager instance.
core/src/itdelatrisu/opsu/ui/UI.java:171
↓ 98 callersMethodplaySound
Plays a sound. @param s the sound effect
core/src/itdelatrisu/opsu/audio/SoundController.java:336
↓ 97 callersMethoddrawString
(float x, float y, String string)
core/src/fluddokt/opsu/fake/Font.java:62
↓ 94 callersMethodgetWidth
Get the width of this image @return The width of this image
core/src/org/newdawn/slick/Image.java:1305
↓ 89 callersMethoderror
Displays an error popup and logs the given error. @param error a description of the error @param e the exception causing the error @param report wheth
core/src/itdelatrisu/opsu/ErrorHandler.java:120
↓ 84 callersMethodlength
()
core/src/fluddokt/opsu/fake/File.java:229
↓ 82 callersMethodgetWidth
Returns the button width.
core/src/itdelatrisu/opsu/user/UserButton.java:86
↓ 81 callersMethodisActive
Returns true if the download is active.
core/src/itdelatrisu/opsu/downloads/Download.java:369
↓ 81 callersMethodsetTime
Sets the animation time manually. @param time the new time, in milliseconds
core/src/itdelatrisu/opsu/ui/animations/AnimatedValue.java:75
↓ 79 callersMethodcontains
Returns true if the coordinates are within the button bounds. @param cx the x coordinate @param cy the y coordinate
core/src/itdelatrisu/opsu/ui/MenuButton.java:295
↓ 76 callersMethodgetTime
Returns the frame time, in milliseconds.
core/src/itdelatrisu/opsu/replay/LifeFrame.java:49
↓ 73 callersMethodgetHeight
Returns the button height.
core/src/itdelatrisu/opsu/user/UserButton.java:89
↓ 71 callersMethoderror
(String string)
core/src/fluddokt/opsu/fake/Log.java:7
↓ 71 callersMethodsetAlpha
Set the alpha value to use when rendering this image @param alpha The alpha value to use when rendering this image
core/src/org/newdawn/slick/Image.java:984
↓ 69 callersMethodgetImage
Returns the image associated with the mod. @return the associated image
core/src/itdelatrisu/opsu/GameMod.java:421
↓ 68 callersMethodisEmpty
Returns whether there are any stars currently in this stream.
core/src/itdelatrisu/opsu/ui/StarStream.java:255
↓ 67 callersMethodupdate
Updates the hit object. @param delta the delta interval since the last call @param mouseX the x coordinate of the mouse @param mouseY the y coordinate
core/src/itdelatrisu/opsu/objects/GameObject.java:49
↓ 65 callersMethodget
Returns the single instance of this class.
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:88
↓ 64 callersMethodgetHeight
Get the height of this image @return The height of this image
core/src/org/newdawn/slick/Image.java:1315
↓ 62 callersMethodclose
Notification that the overlay was closed.
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:70
↓ 61 callersMethodsendNotification
Submits a bubble notification for drawing. @param s the notification string
core/src/itdelatrisu/opsu/ui/NotificationManager.java:347
↓ 59 callersMethoddrawCentered
Draw the image based on its center @param x The x coordinate to place the image's center at @param y The y coordinate to place the image's center at
core/src/org/newdawn/slick/Image.java:565
↓ 56 callersMethodfillRect
(float x, float y, float w, float h)
core/src/fluddokt/opsu/fake/Graphics.java:104
↓ 51 callersMethodequals
Compares this vector to another vector. @param o the other vector @return true if the two vectors are numerically equal
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:142
↓ 50 callersMethodenterState
(int newState)
core/src/fluddokt/opsu/fake/StateBasedGame.java:40
↓ 47 callersMethodgetAbsolutePath
()
core/src/fluddokt/opsu/fake/File.java:98
↓ 47 callersMethodgetState
()
core/src/fluddokt/ex/VideoLoader.java:26
↓ 47 callersMethodwarn
(String string, Throwable e)
core/src/fluddokt/opsu/fake/Log.java:48
↓ 46 callersMethodgetValue
Returns the current value.
core/src/itdelatrisu/opsu/ui/animations/AnimatedValue.java:64
↓ 45 callersMethodnext
Returns the next playback speed.
core/src/itdelatrisu/opsu/replay/PlaybackSpeed.java:89
↓ 44 callersMethodgetPosition
Returns the current position. @return the position
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:79
↓ 43 callersMethodclamp
Clamps a value between a lower and upper bound. @param val the value to clamp @param low the lower bound @param high the upper bound @return the clamp
core/src/itdelatrisu/opsu/Utils.java:247
↓ 42 callersMethodgetBeatmapSet
Returns the associated beatmap set. @return the beatmap set
core/src/itdelatrisu/opsu/beatmap/BeatmapSetNode.java:61
↓ 42 callersMethodgetBooleanValue
Returns the boolean value for the option, if applicable. @return the boolean value
core/src/itdelatrisu/opsu/options/Options.java:841
↓ 41 callersMethodgetMouseX
Get the x position of the mouse cursor @return The x position of the mouse cursor
core/src/org/newdawn/slick/Input.java:811
↓ 41 callersMethodresetHover
Resets the hover fields for the button.
core/src/itdelatrisu/opsu/ui/MenuButton.java:321
↓ 40 callersMethodhoverUpdate
Processes a hover action depending on whether or not the cursor is hovering over the button. @param delta the delta interval @param cx the x coordinat
core/src/itdelatrisu/opsu/ui/MenuButton.java:441
↓ 39 callersMethodgetMouseY
Get the y position of the mouse cursor @return The y position of the mouse cursor
core/src/org/newdawn/slick/Input.java:820
↓ 38 callersMethodreset
Resets all internal state so that the hit object can be reused.
core/src/itdelatrisu/opsu/objects/GameObject.java:81
↓ 37 callersMethodcalc
(float t)
core/src/itdelatrisu/opsu/ui/animations/AnimationEquation.java:59
↓ 34 callersMethodsendBarNotification
Submits a bar notification for drawing. @param s the notification string
core/src/itdelatrisu/opsu/ui/NotificationManager.java:388
↓ 33 callersMethodcpy
Returns a copy of this vector.
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:120
↓ 33 callersMethodgetDuration
Returns the duration of the current track, in milliseconds. Currently only works for MP3s. @return the duration, or -1 if no track exists, else the {@
core/src/itdelatrisu/opsu/audio/MusicController.java:409
↓ 33 callersMethodgetMobileUIScale
()
core/src/itdelatrisu/opsu/options/Options.java:1560
↓ 32 callersMethodgetWidth
()
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:213
↓ 32 callersMethodinit
Initialise the transition @param firstState The first state we're rendering (this will be rendered by the framework) @param secondState The second st
core/src/fluddokt/newdawn/slick/state/transition/Transition.java:89
↓ 32 callersMethodisActive
Returns whether or not the mod is active. @return true if active
core/src/itdelatrisu/opsu/GameMod.java:415
↓ 32 callersMethodremove
Removes the beatmap at the given index. @param index the beatmap index @return the removed beatmap @throws IndexOutOfBoundsException if the index is o
core/src/itdelatrisu/opsu/beatmap/BeatmapSet.java:64
↓ 31 callersMethodisKeyDown
Check if a particular key is down @param code The key code of the key to check @return True if the key is down
core/src/org/newdawn/slick/Input.java:784
↓ 30 callersMethodconsumeEvent
Notification from an event handle that an event has been consumed
core/src/org/newdawn/slick/Input.java:1091
↓ 29 callersMethoddraw
Draw this image at the current location
core/src/org/newdawn/slick/Image.java:555
↓ 28 callersMethodget
Returns the beatmap at the given index. @param index the beatmap index @throws IndexOutOfBoundsException if the index is out of range
core/src/itdelatrisu/opsu/beatmap/BeatmapSet.java:56
↓ 28 callersMethodgetName
Returns the user's name.
core/src/itdelatrisu/opsu/user/User.java:144
↓ 28 callersMethodinit
Initialise internal data
core/src/org/newdawn/slick/Image.java:524
↓ 27 callersMethodget
()
core/src/fluddokt/opsu/fake/gl/UtilBuff.java:16
↓ 27 callersMethodisDirectory
()
core/src/fluddokt/opsu/fake/File.java:125
↓ 27 callersMethodsetFocus
Sets a new focus node. @p aram node the new node to focus @param beatmapIndex the beatmap element to focus (if out of bounds, randomly chosen) @param
core/src/itdelatrisu/opsu/states/SongMenu.java:1984
↓ 26 callersMethodgetSkin
Returns the current skin. @return the skin, or null if no skin is loaded (see {@link #loadSkin()})
core/src/itdelatrisu/opsu/options/Options.java:1605
↓ 24 callersMethodbind
Bind to the texture of this image
core/src/org/newdawn/slick/Image.java:509
↓ 24 callersMethodgetCurrentUser
Retrieves the current user. @return the current user's name, or null if not set.
core/src/itdelatrisu/opsu/db/ScoreDB.java:464
↓ 23 callersMethodgetDBString
Returns the String object in the database for the given String. If none, insert the String into the database and return the original String. @param s
core/src/itdelatrisu/opsu/beatmap/BeatmapParser.java:837
↓ 23 callersMethodgetFile
Returns the associated file object. @return the File object
core/src/itdelatrisu/opsu/beatmap/Beatmap.java:268
↓ 23 callersMethodgetName
Returns the status name.
core/src/itdelatrisu/opsu/downloads/Download.java:88
↓ 23 callersMethodgetUIscale
Returns the UI scale.
core/src/itdelatrisu/opsu/GameImage.java:592
↓ 22 callersMethodcheckMode
(int nmode)
core/src/fluddokt/opsu/fake/Graphics.java:155
↓ 22 callersMethodget
Returns the single instance of this class.
core/src/itdelatrisu/opsu/downloads/DownloadList.java:52
↓ 22 callersMethodgetIntegerValue
Returns the integer value for the option, if applicable. @return the integer value
core/src/itdelatrisu/opsu/options/Options.java:847
↓ 22 callersMethodsetLineWidth
(float f)
core/src/fluddokt/opsu/fake/Graphics.java:95
↓ 21 callersMethoddrawCentered
Draws an animation based on its center. @param anim the animation to draw @param x the center x coordinate @param y the center y coordinate
core/src/itdelatrisu/opsu/Utils.java:227
↓ 21 callersMethodgetText
Returns the button text.
core/src/itdelatrisu/opsu/states/ButtonMenu.java:727
↓ 21 callersMethodgetTime
Returns the start time. @return the start time (in ms)
core/src/itdelatrisu/opsu/beatmap/HitObject.java:319
↓ 21 callersMethodtoString
()
core/src/itdelatrisu/opsu/user/User.java:220
↓ 21 callersMethodwrite
Writes a 1-byte value.
core/src/itdelatrisu/opsu/io/OsuWriter.java:72
↓ 20 callersMethodadd
Adds a vector to this vector. @param o the other vector @return itself (for chaining)
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:78
↓ 20 callersMethodexists
()
core/src/fluddokt/opsu/fake/File.java:183
↓ 20 callersMethodgetBaseNode
Returns the BeatmapSetNode at an index, disregarding expansions. @param index the node index
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:297
↓ 20 callersMethodgetHeight
()
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:219
↓ 20 callersMethodgetOptions
Returns the related options.
core/src/itdelatrisu/opsu/options/OptionGroup.java:177
↓ 20 callersMethodloadGlyphs
Adds and loads glyphs for a font. @param font the font to add the glyphs to @param s the string containing the glyphs to load
core/src/itdelatrisu/opsu/ui/Fonts.java:122
↓ 20 callersMethodread
Read a single byte from the stream @return The single byte read @throws IOException Indicates a failure to read the underlying media @see java.io.Inp
core/src/org/newdawn/slick/openal/AudioInputStream.java:61
↓ 20 callersMethodscale
Scales the vector. @param s scaler to scale by @return itself (for chaining)
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:67
↓ 20 callersMethodsetPosition
Sets the button position. @param x the top-left x coordinate @param y the top-left y coordinate
core/src/itdelatrisu/opsu/user/UserButton.java:122
↓ 19 callersMethodclick
Fired when this notification is clicked.
core/src/itdelatrisu/opsu/ui/NotificationManager.java:58
↓ 19 callersMethodgetPosition
Returns the position in the current track, in milliseconds. If no track is loaded, 0 will be returned. @param useOffsets whether to apply offsets {@li
core/src/itdelatrisu/opsu/audio/MusicController.java:374
↓ 19 callersMethoditerator
()
core/src/itdelatrisu/opsu/beatmap/BeatmapSet.java:66
↓ 19 callersMethodsetText
Sets text to draw in the middle of the button. @param text the text to draw @param font the font to use when drawing @param color the color to draw th
core/src/itdelatrisu/opsu/ui/MenuButton.java:186
↓ 18 callersMethodadd
(Image img)
core/src/fluddokt/opsu/fake/Image.java:81
↓ 18 callersMethodclear
Clears the stars currently in the stream.
core/src/itdelatrisu/opsu/ui/StarStream.java:250
↓ 18 callersMethodderiveFont
(int nstyle, float nsize)
core/src/fluddokt/opsu/fake/Font.java:38
↓ 18 callersMethodgetInput
()
core/src/fluddokt/opsu/fake/gui/GUIContext.java:9
↓ 18 callersMethodgetWidth
()
core/src/itdelatrisu/opsu/user/UserSelectOverlay.java:226
next →1–100 of 2,826, ranked by callers