MCPcopy Create free account

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

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

↓ 18 callersMethodgetWidth
()
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:397
↓ 18 callersMethodisFile
()
core/src/fluddokt/opsu/fake/File.java:94
↓ 18 callersMethodremove
(Image img)
core/src/fluddokt/opsu/fake/Image.java:86
↓ 18 callersMethodsetAlpha
Sets the alpha levels of the overlay. @param mainAlpha alpha value of the main elements @param navigationAlpha alpha value of the navigation bar eleme
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:413
↓ 18 callersMethodsetHoverExpand
Sets the "expand" hover effect.
core/src/itdelatrisu/opsu/ui/MenuButton.java:375
↓ 17 callersMethoddeactivate
Deactivates the component.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:226
↓ 17 callersMethodglEnable
(int cap)
core/src/fluddokt/opsu/fake/gl/GL11.java:85
↓ 17 callersMethodparseBoolean
Parses the integer string argument as a boolean: {@code 1} is {@code true}, and all other values are {@code false}. @param s the {@code String} contai
core/src/itdelatrisu/opsu/Utils.java:735
↓ 17 callersMethodupdateTooltip
Sets or updates a tooltip for drawing. Must be called with {@link #drawTooltip(Graphics)}. @param delta the delta interval since the last call @param
core/src/itdelatrisu/opsu/ui/UI.java:365
↓ 16 callersMethodchangeHealth
Changes the current health by the given value.
core/src/itdelatrisu/opsu/beatmap/Health.java:113
↓ 16 callersMethodgetBeatmap
Returns the beatmap associated with the current track.
core/src/itdelatrisu/opsu/audio/MusicController.java:222
↓ 16 callersMethodgetGraphics
()
core/src/fluddokt/opsu/fake/Graphics.java:209
↓ 16 callersMethodsetHoverFade
Sets the "fade" hover effect.
core/src/itdelatrisu/opsu/ui/MenuButton.java:403
↓ 15 callersMethodclear
()
core/src/fluddokt/opsu/fake/Graphics.java:270
↓ 15 callersMethodgetName
Returns the name of the skin.
core/src/itdelatrisu/opsu/skins/Skin.java:216
↓ 15 callersMethodgetRepeatCount
Returns the slider repeat count. @return the repeat count
core/src/itdelatrisu/opsu/beatmap/HitObject.java:412
↓ 15 callersMethodsetClip
Sets the hit sound Clip for the sample type. @param s the sample set @param clip the Clip
core/src/itdelatrisu/opsu/audio/HitSound.java:121
↓ 15 callersMethodsetColor
(Color ncolor)
core/src/fluddokt/opsu/fake/Graphics.java:79
↓ 14 callersMethodclose
Close the stream @see java.io.InputStream#close() @throws IOException Indicates a failure to access the resource
core/src/org/newdawn/slick/openal/AudioInputStream.java:98
↓ 14 callersMethodcoalesce
(T one, T two)
core/src/fluddokt/ex/DynamoDB/DynamoDB.java:180
↓ 14 callersMethodgetImages
Returns the image array associated with this resource. The beatmap skin images takes priority over the default images.
core/src/itdelatrisu/opsu/GameImage.java:779
↓ 14 callersMethodglGetBoolean
(int pname)
core/src/fluddokt/opsu/fake/gl/GL11.java:93
↓ 14 callersMethodisFinished
Returns true only if this thread has completed execution.
core/src/itdelatrisu/opsu/states/SongMenu.java:261
↓ 14 callersMethodisPlaying
Returns true if the current track is playing.
core/src/itdelatrisu/opsu/audio/MusicController.java:306
↓ 14 callersMethodpointAt
Returns the point on the curve at a value t. @param t the t value [0, 1] @return the position vector
core/src/itdelatrisu/opsu/objects/curves/Curve.java:129
↓ 14 callersMethodtrackExists
Returns true if a track is loaded.
core/src/itdelatrisu/opsu/audio/MusicController.java:217
↓ 13 callersMethoddrawLine
(float x1, float y1, float x2, float y2)
core/src/fluddokt/opsu/fake/Graphics.java:150
↓ 13 callersMethodgetBackButton
Returns the back button instance.
core/src/itdelatrisu/opsu/ui/UI.java:176
↓ 13 callersMethodgetClip
Returns the Clip associated with the sound component. @return the Clip
core/src/itdelatrisu/opsu/audio/SoundController.java:69
↓ 13 callersMethodgetEndTime
Returns the end time of the hit object. @return the end time, in milliseconds
core/src/itdelatrisu/opsu/objects/GameObject.java:71
↓ 13 callersMethodgetParentFile
()
core/src/fluddokt/opsu/fake/File.java:154
↓ 13 callersMethodgetScoreSymbolImage
Returns a score text symbol image for a character. @param c the character [0-9,.%x]
core/src/itdelatrisu/opsu/GameData.java:497
↓ 13 callersMethodisSpinner
Returns whether or not the hit object is a spinner. @return true if spinner
core/src/itdelatrisu/opsu/beatmap/HitObject.java:495
↓ 13 callersMethodsetValue
(int value)
core/src/itdelatrisu/opsu/options/Options.java:534
↓ 13 callersMethodsub
Subtracts a vector from this vector. @param o the other vector @return itself (for chaining)
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:89
↓ 13 callersMethodtoString
()
core/src/fluddokt/opsu/fake/File.java:191
↓ 12 callersMethodchangeHealthForHit
Changes the current health value based on a hit. @param type the hit type (HIT_ constants)
core/src/itdelatrisu/opsu/beatmap/Health.java:122
↓ 12 callersMethodclear
Clear out the sound store contents
core/src/org/newdawn/slick/openal/SoundStore.java:113
↓ 12 callersMethodclearClip
()
core/src/fluddokt/opsu/fake/Graphics.java:227
↓ 12 callersMethodcontains
Checks if the coordinates are within the image bounds. @param x the x coordinate @param y the y coordinate @return true if within bounds
core/src/itdelatrisu/opsu/beatmap/BeatmapGroup.java:191
↓ 12 callersMethoddraw
Draws the global UI components: cursor, FPS, volume bar, tooltips, bar notifications. @param g the graphics context
core/src/itdelatrisu/opsu/ui/UI.java:130
↓ 12 callersMethodfillRoundRect
(float x, float y, float w, float h, float m)
core/src/fluddokt/opsu/fake/Graphics.java:137
↓ 12 callersMethodgetButtonOffset
Returns the Buttons Offset
core/src/itdelatrisu/opsu/ScoreData.java:129
↓ 12 callersMethodgetInstance
There should only ever be one framebuffer cache, this function returns that one framebuffer cache instance. If there was no instance created already t
core/src/itdelatrisu/opsu/render/FrameBufferCache.java:148
↓ 12 callersMethodgetMasterVolume
Returns the master volume level. @return the volume [0, 1]
core/src/itdelatrisu/opsu/options/Options.java:1077
↓ 12 callersMethodgetX
Returns the scaled x coordinate of the control point at index i. @param i the control point index
core/src/itdelatrisu/opsu/objects/curves/Curve.java:212
↓ 12 callersMethodgetY
Returns the scaled y coordinate of the control point at index i. @param i the control point index
core/src/itdelatrisu/opsu/objects/curves/Curve.java:218
↓ 12 callersMethodglGetInteger
(int pname)
core/src/fluddokt/opsu/fake/gl/GL11.java:64
↓ 12 callersMethodglTexParameteri
(int target, int pname, int param)
core/src/fluddokt/opsu/fake/gl/GL11.java:120
↓ 12 callersMethodhasBeatmapSkinImage
Returns whether a beatmap skin image is currently loaded. @return true if a beatmap skin image exists
core/src/itdelatrisu/opsu/GameImage.java:952
↓ 12 callersMethodisGameplay
Returns whether or not this object is used for gameplay. @return true if gameplay, false if score viewing
core/src/itdelatrisu/opsu/GameData.java:1762
↓ 12 callersMethodisSlider
Returns whether or not the hit object is a slider. @return true if slider
core/src/itdelatrisu/opsu/beatmap/HitObject.java:489
↓ 12 callersMethodmapDifficultyRange
Maps a difficulty value to the given range. @param difficulty the difficulty value @param min the min @param mid the mid @param max the max @author pe
core/src/itdelatrisu/opsu/Utils.java:330
↓ 12 callersMethodsetHoverAnimationDuration
Sets the hover animation duration. @param duration the duration, in milliseconds
core/src/itdelatrisu/opsu/ui/MenuButton.java:348
↓ 12 callersMethodstart
Plays the clip with the specified volume. @param volume the volume the play at @param listener the line listener @throws LineUnavailableException if a
core/src/itdelatrisu/opsu/audio/MultiClip.java:134
↓ 12 callersMethodtoString
()
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:484
↓ 12 callersMethodupdate
(LineEvent event)
core/src/fluddokt/opsu/fake/LineListener.java:5
↓ 11 callersMethodcontains
Checks if the coordinates are within the image bounds. @param x the x coordinate @param y the y coordinate @return true if within bounds
core/src/itdelatrisu/opsu/GameMod.java:434
↓ 11 callersMethoddelete
Deletes the beatmap entry from the database. @param dir the directory @param file the file
core/src/itdelatrisu/opsu/db/BeatmapDB.java:766
↓ 11 callersMethodgetCursor
Returns the game cursor.
core/src/itdelatrisu/opsu/ui/UI.java:166
↓ 11 callersMethodgetName
Returns the category name.
core/src/itdelatrisu/opsu/options/OptionGroup.java:174
↓ 11 callersMethodgetName
Returns the sort name. @return the name
core/src/itdelatrisu/opsu/beatmap/BeatmapSortOrder.java:168
↓ 11 callersMethodgetPointAt
Returns the coordinates of the hit object at a given track position. @param trackPosition the track position @return the position vector
core/src/itdelatrisu/opsu/objects/GameObject.java:65
↓ 11 callersMethodglBindBuffer
(int target, int buffer)
core/src/fluddokt/opsu/fake/gl/GL15.java:13
↓ 11 callersMethodglDisable
(int cap)
core/src/fluddokt/opsu/fake/gl/GL11.java:89
↓ 11 callersMethodinterrupt
Interrupt the query and prevent the results from being processed, if not already complete.
core/src/itdelatrisu/opsu/states/DownloadsMenu.java:238
↓ 11 callersMethodisAcceptingInput
()
core/src/fluddokt/opsu/fake/gui/GInputListener.java:38
↓ 11 callersMethodisLeadIn
Returns whether or not the track is in the lead-in time state.
core/src/itdelatrisu/opsu/states/Game.java:2219
↓ 11 callersMethodisVisible
Returns whether or not this group should be visible.
core/src/itdelatrisu/opsu/options/OptionGroup.java:189
↓ 11 callersMethodleave
(GameContainer container, StateBasedGame game)
core/src/itdelatrisu/opsu/states/ButtonMenu.java:89
↓ 11 callersMethodlistFiles
()
core/src/fluddokt/opsu/fake/File.java:129
↓ 11 callersMethodreleased
Call this when the mouse button has been released.
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:199
↓ 11 callersMethodresume
Resumes the current track.
core/src/itdelatrisu/opsu/audio/MusicController.java:330
↓ 10 callersMethodcontains
Returns true if the coordinates are within the overlay bounds. @param cx the x coordinate @param cy the y coordinate
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:438
↓ 10 callersMethodflush
()
core/src/fluddokt/opsu/fake/Graphics.java:244
↓ 10 callersMethodgetBadges
Returns the related options.
core/src/itdelatrisu/opsu/ui/badges/BadgeGroup.java:56
↓ 10 callersMethodgetHeight
Returns the screen height.
core/src/itdelatrisu/opsu/options/Options.java:1006
↓ 10 callersMethodgetHeight
()
core/src/fluddokt/opsu/fake/Image.java:391
↓ 10 callersMethodgetHeight
(String str)
core/src/fluddokt/opsu/fake/DynamicFreeTypeFont.java:290
↓ 10 callersMethodgetResourceAsStream
(String file)
core/src/fluddokt/opsu/fake/ResourceLoader.java:70
↓ 10 callersMethodgetT
Returns the t value based on the given track position. @param trackPosition the current track position @param raw if false, ensures that the value lie
core/src/itdelatrisu/opsu/objects/Slider.java:824
↓ 10 callersMethodgetWidth
()
core/src/fluddokt/opsu/fake/Image.java:395
↓ 10 callersMethodgetX
Returns the center x coordinate.
core/src/itdelatrisu/opsu/ui/MenuButton.java:168
↓ 10 callersMethodgetXMultiplier
Returns the X multiplier for coordinates.
core/src/itdelatrisu/opsu/beatmap/HitObject.java:182
↓ 10 callersMethodgetY
Returns the center y coordinate.
core/src/itdelatrisu/opsu/ui/MenuButton.java:173
↓ 10 callersMethodisInherited
Returns whether or not this timing point is inherited. @return the inherited
core/src/itdelatrisu/opsu/beatmap/TimingPoint.java:154
↓ 10 callersMethodisValidLine
Returns false if the line is too short or commented.
core/src/itdelatrisu/opsu/beatmap/BeatmapParser.java:775
↓ 10 callersMethodlen
Returns the length of this vector.
core/src/itdelatrisu/opsu/objects/curves/Vec2f.java:135
↓ 10 callersMethodmkdir
()
core/src/fluddokt/opsu/fake/File.java:178
↓ 10 callersMethodmousePressed
Processes a mouse click. @param x the x coordinate of the mouse @param y the y coordinate of the mouse @param trackPosition the track position @return
core/src/itdelatrisu/opsu/objects/GameObject.java:58
↓ 10 callersMethodsetHoverAnimationEquation
Sets the hover animation equation. @param eqn the equation to use
core/src/itdelatrisu/opsu/ui/MenuButton.java:362
↓ 10 callersMethodsetMinMax
Set the minimum and maximum bound. @param min the minimum bound @param max the maximum bound
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:221
↓ 10 callersMethodsetRotation
Set the angle to rotate this image to. The angle will be normalized to be {@literal 0 <= angle < 360}. The image will be rotated around its center.
core/src/org/newdawn/slick/Image.java:956
↓ 10 callersMethodsetSSLCertValidation
Switches validation of SSL certificates on or off by installing a default all-trusting {@link TrustManager}. @param enabled whether to validate SSL ce
core/src/itdelatrisu/opsu/Utils.java:814
↓ 10 callersMethodsize
Returns the number of elements.
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:114
↓ 10 callersMethodtranslate
Translate an unsigned int into a signed integer @param b The byte to convert @return The integer value represented by the byte
core/src/org/newdawn/slick/Image.java:1455
↓ 9 callersMethodaddState
(BasicGameState gs)
core/src/fluddokt/opsu/fake/StateBasedGame.java:83
↓ 9 callersMethodcreateIntBuffer
(int i)
core/src/fluddokt/opsu/fake/BufferUtils.java:10
↓ 9 callersMethoderror
Indication that an error has occurred.
core/src/itdelatrisu/opsu/downloads/Download.java:97
↓ 9 callersMethodgetBit
Returns the bit associated with the mod. @return the bit
core/src/itdelatrisu/opsu/GameMod.java:338
← previousnext →101–200 of 2,826, ranked by callers