Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnirudhRahul/opsu-Android
/ functions
Functions
2,826 in github.com/AnirudhRahul/opsu-Android
⨍
Functions
2,826
◇
Types & classes
291
↓ 5 callers
Method
setLocation
(int x, int y)
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:201
↓ 5 callers
Method
setMaxLength
(int i)
core/src/fluddokt/opsu/fake/TextField.java:47
↓ 5 callers
Method
setSpeedMultiplier
Sets the multiplier for how fast the target position will be reached. @param multiplier the speed multiplier (e.g. 1f = normal speed, 2f = reaches in
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:231
↓ 5 callers
Method
setUsername
(String username)
core/src/fluddokt/ex/DynamoDB/UserDB.java:73
↓ 5 callers
Method
setY
Sets a new center y coordinate. @param y the y coordinate
core/src/itdelatrisu/opsu/ui/MenuButton.java:163
↓ 5 callers
Method
skipIntro
Skips the beginning of a track. @return {@code true} if skipped, {@code false} otherwise
core/src/itdelatrisu/opsu/states/Game.java:2051
↓ 5 callers
Method
spacingWeight
Returns the spacing weight for a distance. @param distance the distance @param type the difficulty type ({@code DIFFICULTY_ constant})
core/src/itdelatrisu/opsu/beatmap/BeatmapDifficultyCalculator.java:429
↓ 5 callers
Method
start
(float volume, LineListener listener)
core/src/fluddokt/opsu/fake/Clip.java:24
↓ 5 callers
Method
stopThread
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer3.java:224
↓ 5 callers
Method
stopTrack
Stops the current track playing, if any.
core/src/itdelatrisu/opsu/audio/SoundController.java:478
↓ 5 callers
Method
to26p6float
(int n)
core/src/fluddokt/opsu/fake/DynamicFreeTypeFont.java:129
↓ 5 callers
Method
toggleTrackDimmed
Toggles the volume dim state of the current track. @param multiplier the volume multiplier when the track is dimmed
core/src/itdelatrisu/opsu/audio/MusicController.java:507
↓ 5 callers
Method
updateCacheSize
Updates the size of the beatmap cache in the 'info' table.
core/src/itdelatrisu/opsu/db/BeatmapDB.java:387
↓ 4 callers
Method
addScore
Adds the game score to the database. @param data the GameData object
core/src/itdelatrisu/opsu/db/ScoreDB.java:245
↓ 4 callers
Method
addUserToDataBase
(User user)
core/src/fluddokt/ex/DynamoDB/DynamoDB.java:186
↓ 4 callers
Method
bytesToString
Returns a human-readable representation of a given number of bytes. @param bytes the number of bytes @return the string representation @author aioobe
core/src/itdelatrisu/opsu/Utils.java:423
↓ 4 callers
Method
calculateLevel
Calculates the user's current level and next level progress.
core/src/itdelatrisu/opsu/user/User.java:183
↓ 4 callers
Method
compare
(long i, long j)
core/src/fluddokt/opsu/fake/Long2.java:5
↓ 4 callers
Method
compare
(int i, int j)
core/src/fluddokt/opsu/fake/Integer2.java:5
↓ 4 callers
Method
complete
(AudioDevicePlayer thisAudioDevicePlayer)
core/src/fluddokt/opsu/fake/AudioDeviceListener.java:4
↓ 4 callers
Method
create
()
core/src/fluddokt/opsu/fake/GameOpsu.java:187
↓ 4 callers
Method
createByteBuffer
(int i)
core/src/fluddokt/opsu/fake/BufferUtils.java:17
↓ 4 callers
Method
current
Returns the current group. @return the current group
core/src/itdelatrisu/opsu/beatmap/BeatmapGroup.java:130
↓ 4 callers
Method
distance
Returns the distance between two points. @param x1 the x-component of the first point @param y1 the y-component of the first point @param x2 the x-com
core/src/itdelatrisu/opsu/Utils.java:294
↓ 4 callers
Method
drawLoadingProgress
Draws loading progress (OSZ unpacking, beatmap parsing, replay importing, sound loading) at the bottom of the screen. @param g the graphics context @p
core/src/itdelatrisu/opsu/ui/UI.java:287
↓ 4 callers
Method
drawScrollbar
Draws a scroll bar. @param g the graphics context @param position the position in the virtual area @param totalLength the total length of the virtual
core/src/itdelatrisu/opsu/ui/UI.java:341
↓ 4 callers
Method
enterSongMenu
Enters the song menu, or the downloads menu if no beatmaps are loaded.
core/src/itdelatrisu/opsu/states/MainMenu.java:1024
↓ 4 callers
Method
external
(String name)
core/src/fluddokt/opsu/fake/File.java:117
↓ 4 callers
Method
flash
()
core/src/itdelatrisu/opsu/user/UserSelectOverlay.java:813
↓ 4 callers
Method
get
Returns the single instance of this class.
core/src/itdelatrisu/opsu/beatmap/BeatmapWatchService.java:127
↓ 4 callers
Method
getAlpha
Get the alpha value to use when rendering this image @return The alpha value to use when rendering this image
core/src/org/newdawn/slick/Image.java:975
↓ 4 callers
Method
getBlue
()
core/src/fluddokt/opsu/fake/Color.java:98
↓ 4 callers
Method
getButton
Returns the button. @return the associated button
core/src/itdelatrisu/opsu/replay/PlaybackSpeed.java:78
↓ 4 callers
Method
getCurrentFrame
()
core/src/fluddokt/opsu/fake/Animation.java:91
↓ 4 callers
Method
getCurrentStateID
()
core/src/fluddokt/opsu/fake/StateBasedGame.java:75
↓ 4 callers
Method
getDefaultImage
Returns the image associated with this resource. This ignores beatmap skin images.
core/src/itdelatrisu/opsu/GameImage.java:741
↓ 4 callers
Method
getDefaultSymbolImage
Returns a default text symbol image for a digit. @param i the digit [0-9]
core/src/itdelatrisu/opsu/GameData.java:491
↓ 4 callers
Method
getDownload
Gets the Download for a beatmap set ID, or null if not in the list.
core/src/itdelatrisu/opsu/downloads/DownloadList.java:76
↓ 4 callers
Method
getExpandedIndex
Returns the index of the expanded node (or -1 if nothing is expanded).
core/src/itdelatrisu/opsu/beatmap/BeatmapSetList.java:334
↓ 4 callers
Method
getFPS
Get the current recorded FPS (frames per second) @return The current FPS
core/src/org/newdawn/slick/GameContainer.java:601
↓ 4 callers
Method
getFixedAR
Returns the fixed approach rate override, if any. @return the AR value (0, 10], 0f if disabled
core/src/itdelatrisu/opsu/options/Options.java:1292
↓ 4 callers
Method
getFixedCS
Returns the fixed circle size override, if any. @return the CS value (0, 10], 0f if disabled
core/src/itdelatrisu/opsu/options/Options.java:1280
↓ 4 callers
Method
getFixedHP
Returns the fixed HP drain rate override, if any. @return the HP value (0, 10], 0f if disabled
core/src/itdelatrisu/opsu/options/Options.java:1286
↓ 4 callers
Method
getFixedOD
Returns the fixed overall difficulty override, if any. @return the OD value (0, 10], 0f if disabled
core/src/itdelatrisu/opsu/options/Options.java:1298
↓ 4 callers
Method
getFixedSpeed
Returns the fixed speed override, if any. @return the speed value (0, 3], 0f if disabled
core/src/itdelatrisu/opsu/options/Options.java:1304
↓ 4 callers
Method
getGrade
Returns letter grade based on score data, or Grade.NULL if no objects have been processed. @param hit300 the number of 300s @param hit100 the number o
core/src/itdelatrisu/opsu/GameData.java:1249
↓ 4 callers
Method
getGreen
()
core/src/fluddokt/opsu/fake/Color.java:95
↓ 4 callers
Method
getHitResultOffsets
Returns an array of hit result offset times, in milliseconds (indexed by GameData.HIT_ constants).
core/src/itdelatrisu/opsu/states/Game.java:2245
↓ 4 callers
Method
getIconId
Returns the user's icon identifier.
core/src/itdelatrisu/opsu/user/User.java:171
↓ 4 callers
Method
getInput
Get the input system @return The input system available to this game container
core/src/org/newdawn/slick/GameContainer.java:591
↓ 4 callers
Method
getInputStream
Returns the input stream in use.
core/src/itdelatrisu/opsu/io/OsuReader.java:64
↓ 4 callers
Method
getMin
Returns the minimum value. @return the min
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:91
↓ 4 callers
Method
getPassword
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:51
↓ 4 callers
Method
getRed
()
core/src/fluddokt/opsu/fake/Color.java:92
↓ 4 callers
Method
getSelectedItem
Returns the selected item.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:445
↓ 4 callers
Method
getSpeedMultiplier
Returns the current track speed multiplier from all active mods.
core/src/itdelatrisu/opsu/GameMod.java:235
↓ 4 callers
Method
getStatus
Returns the download status.
core/src/itdelatrisu/opsu/downloads/Download.java:357
↓ 4 callers
Method
getTexture
Get the OpenGL texture holding this image @return The OpenGL texture holding this image
core/src/org/newdawn/slick/Image.java:1435
↓ 4 callers
Method
getType
Returns the option type. @return the type
core/src/itdelatrisu/opsu/options/Options.java:829
↓ 4 callers
Method
getType
()
core/src/fluddokt/opsu/fake/LineEvent.java:15
↓ 4 callers
Method
getVersion
Returns the skin version.
core/src/itdelatrisu/opsu/skins/Skin.java:226
↓ 4 callers
Method
getWidth
()
core/src/itdelatrisu/opsu/ui/badges/BadgeOverlay.java:104
↓ 4 callers
Method
getWidth
Get the width of the component @return The width of the component
core/src/org/newdawn/slick/gui/TextField.java:211
↓ 4 callers
Method
glBlendFunc
(int sfactor, int dfactor)
core/src/fluddokt/opsu/fake/gl/GL11.java:116
↓ 4 callers
Method
glDrawArrays
(int mode, int first, int count)
core/src/fluddokt/opsu/fake/gl/GL11.java:103
↓ 4 callers
Method
glUniform4f
(int location, float x, float y, float z, float w)
core/src/fluddokt/opsu/fake/gl/GL20.java:35
↓ 4 callers
Method
info
()
core/src/fluddokt/opsu/fake/File.java:86
↓ 4 callers
Method
initStreams
Initialise our connection to the underlying resource @throws IOException Indicates a failure to open the underling resource
core/src/org/newdawn/slick/openal/OpenALStreamPlayer.java:145
↓ 4 callers
Method
isAlive
Returns false if health is zero. If "No Fail" or "Auto" mods are active, this will always return true.
core/src/itdelatrisu/opsu/GameData.java:1191
↓ 4 callers
Method
isBeatmapSkinned
Returns whether or not the cursor is skinned.
core/src/itdelatrisu/opsu/ui/Cursor.java:318
↓ 4 callers
Method
isBeatmapVideoEnabled
Returns whether or not beatmap videos are enabled. @return true if enabled
core/src/itdelatrisu/opsu/options/Options.java:1229
↓ 4 callers
Method
isComplete
Check if this transtion has been completed @return True if the transition has been completed
core/src/fluddokt/newdawn/slick/state/transition/Transition.java:81
↓ 4 callers
Method
isDynamicBackgroundEnabled
Returns whether or not the main menu background should be the current beatmap background image. @return true if enabled
core/src/itdelatrisu/opsu/options/Options.java:1194
↓ 4 callers
Method
isExperimentalSliderMerging
Returns whether or not to merge overlapping sliders together when drawing. Only applies to experimental sliders. @return true if sliders should be mer
core/src/itdelatrisu/opsu/options/Options.java:1274
↓ 4 callers
Method
isFinished
Returns whether this notification is finished being displayed.
core/src/itdelatrisu/opsu/ui/NotificationManager.java:199
↓ 4 callers
Method
isMouseDisabled
Returns whether or not the mouse buttons are disabled during gameplay. @return true if disabled
core/src/itdelatrisu/opsu/options/Options.java:1389
↓ 4 callers
Method
isOpen
()
core/src/itdelatrisu/opsu/downloads/ReadableByteChannelWrapper.java:47
↓ 4 callers
Method
isSliderSnaking
Returns whether or not sliders should snake in or just appear fully at once. @return true if sliders should snake in
core/src/itdelatrisu/opsu/options/Options.java:1247
↓ 4 callers
Method
isValidLine
Returns false if the line is too short or commented.
core/src/itdelatrisu/opsu/skins/SkinLoader.java:302
↓ 4 callers
Method
keyType
(char character)
core/src/fluddokt/opsu/fake/InputListener.java:9
↓ 4 callers
Method
lastPlayed
Returns the latest "last played" time in a beatmap set.
core/src/itdelatrisu/opsu/beatmap/BeatmapGroup.java:50
↓ 4 callers
Method
list
()
core/src/fluddokt/opsu/fake/File.java:209
↓ 4 callers
Method
loopTrackIfEnded
Loops the current track if it has ended. @param preview whether to start at the preview time (true) or beginning (false)
core/src/itdelatrisu/opsu/audio/MusicController.java:476
↓ 4 callers
Method
moveFocus
Shifts the focus node to a new node. @param node the new node
core/src/itdelatrisu/opsu/states/SongMenu.java:1796
↓ 4 callers
Method
musicPositionBarContains
Returns true if the coordinates are within the music position bar bounds. @param cx the x coordinate @param cy the y coordinate
core/src/itdelatrisu/opsu/states/MainMenu.java:940
↓ 4 callers
Method
nextTrack
Plays the next track, and adds the previous one to the stack. @param user {@code true} if this was user-initiated, false otherwise (track end)
core/src/itdelatrisu/opsu/states/MainMenu.java:985
↓ 4 callers
Method
parseHitObjects
Parses all hit objects in a beatmap. @param beatmap the beatmap to parse
core/src/itdelatrisu/opsu/beatmap/BeatmapParser.java:694
↓ 4 callers
Method
play
Plays an audio file at the preview position. If the audio file is already playing, then nothing will happen. @param beatmap the beatmap to play @param
core/src/itdelatrisu/opsu/audio/MusicController.java:106
↓ 4 callers
Method
process
Performs individual post-loading actions on the image.
core/src/itdelatrisu/opsu/GameImage.java:1009
↓ 4 callers
Method
readInt
Reads a 4-byte little endian value.
core/src/itdelatrisu/opsu/io/OsuReader.java:92
↓ 4 callers
Method
readJsonObjectFromUrl
Returns a JSON object from a URL. @param url the remote URL @return the JSON object, or null if an error occurred @throws IOException if an I/O except
core/src/itdelatrisu/opsu/Utils.java:606
↓ 4 callers
Method
readString
Reads a variable-length string of 1-byte characters.
core/src/itdelatrisu/opsu/io/OsuReader.java:153
↓ 4 callers
Method
remove
Removes a DownloadNode from the list.
core/src/itdelatrisu/opsu/downloads/DownloadList.java:107
↓ 4 callers
Method
removeAll
()
core/src/fluddokt/opsu/fake/Image.java:96
↓ 4 callers
Method
reportError
(Throwable e)
core/src/fluddokt/ex/DeviceInfo.java:20
↓ 4 callers
Method
reset
Completely resets MusicController state. <p> Stops the current track, cancels track conversions, erases temporary files, releases OpenAL sources, and
core/src/itdelatrisu/opsu/audio/MusicController.java:528
↓ 4 callers
Method
resetGameDataOnLoad
Triggers a reset of game data upon entering this state.
core/src/itdelatrisu/opsu/states/SongMenu.java:2130
↓ 4 callers
Method
resetHover
Resets the hover fields for the button.
core/src/itdelatrisu/opsu/user/UserButton.java:261
↓ 4 callers
Method
resetOpenDropdownMenu
Resets the open dropdown menu, if any.
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:1049
↓ 4 callers
Method
resetStream
()
core/src/fluddokt/opsu/fake/AudioDevicePlayer2.java:253
← previous
next →
401–500 of 2,826, ranked by callers