MCPcopy Create free account

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

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

↓ 4 callersMethodresetTransform
()
core/src/fluddokt/opsu/fake/Graphics.java:370
↓ 4 callersMethodseek
Seeks to a position. @param msec the time offset (in milliseconds)
core/src/itdelatrisu/opsu/video/Video.java:107
↓ 4 callersMethodsetChevronRightColor
Sets the right chevron color.
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:474
↓ 4 callersMethodsetConsumeAndClose
Whether to consume all unprocessed events, and close the overlay. @param flag {@code true} to consume all events (default is {@code false})
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:489
↓ 4 callersMethodsetDuration
Sets the animation duration. @param duration the new duration, in milliseconds
core/src/itdelatrisu/opsu/ui/animations/AnimatedValue.java:89
↓ 4 callersMethodsetEquation
Sets the animation equation to use. @param eqn the new equation
core/src/itdelatrisu/opsu/ui/animations/AnimatedValue.java:107
↓ 4 callersMethodsetGLState
(int cap, boolean state)
core/src/fluddokt/opsu/fake/gl/GL11.java:189
↓ 4 callersMethodsetMusicVolume
(float musvolume)
core/src/fluddokt/opsu/fake/Music.java:144
↓ 4 callersMethodsetReplay
Sets a replay to view, or resets the replay if null. @param replay the replay
core/src/itdelatrisu/opsu/states/Game.java:2277
↓ 4 callersMethodsetTitle
(String title)
core/src/fluddokt/opsu/fake/Display.java:8
↓ 4 callersMethodsetVolume
Sets the music volume. @param volume the new volume [0, 1]
core/src/itdelatrisu/opsu/audio/MusicController.java:454
↓ 4 callersMethodsetVolume
(float volume)
core/src/fluddokt/opsu/fake/Music.java:67
↓ 4 callersMethodsize
Returns the size of the downloads list.
core/src/itdelatrisu/opsu/downloads/DownloadList.java:84
↓ 4 callersMethodsleep
Sleep for a given period @param milliseconds The period to sleep for in milliseconds
core/src/org/newdawn/slick/GameContainer.java:495
↓ 4 callersMethodstop
Stops the clip, if active.
core/src/itdelatrisu/opsu/audio/MultiClip.java:162
↓ 4 callersMethodtoggleOption
Shows or hides an option.
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:1057
↓ 4 callersMethodtokenize
Splits line into two strings: tag, value. If no ':' character is present, null will be returned.
core/src/itdelatrisu/opsu/beatmap/BeatmapParser.java:783
↓ 4 callersMethodunpackAllFiles
Invokes the unpacker for each OSZ archive in a root directory. @param root the root directory @param dest the destination directory @return an array c
core/src/itdelatrisu/opsu/beatmap/OszUnpacker.java:55
↓ 4 callersMethodupdateScoreMap
()
core/src/itdelatrisu/opsu/states/SongMenu.java:1923
↓ 4 callersMethodupdateValue
Recalculates the value by applying the animation equation with the current time.
core/src/itdelatrisu/opsu/ui/animations/AnimatedValue.java:130
↓ 3 callersMethodaddInputListener
(GInputListener listener)
core/src/fluddokt/opsu/fake/gui/GUIContext.java:13
↓ 3 callersMethodaddMergedSliderPointsToRender
Adds points in the merged slider to render. @param from the start index to render @param to the end index to render
core/src/itdelatrisu/opsu/states/Game.java:2577
↓ 3 callersMethodaddReplayFrameAndRun
Adds a replay frame to the list, if possible, and runs it. @param x the cursor x coordinate @param y the cursor y coordinate @param keys the keys pres
core/src/itdelatrisu/opsu/states/Game.java:2298
↓ 3 callersMethodbind
Bind this rendertarget as the primary framebuffer.
core/src/itdelatrisu/opsu/render/Rendertarget.java:80
↓ 3 callersMethodbuttonContains
Returns true if the coordinates are within the bounds of the button at the given index. @param cx the x coordinate @param cy the y coordinate @param i
core/src/itdelatrisu/opsu/ScoreData.java:141
↓ 3 callersMethodcancel
Cancels the download, if running.
core/src/itdelatrisu/opsu/downloads/Download.java:480
↓ 3 callersMethodclearControlPressedRecord
Clear the state for isControlPressed method. This will reset all controls to not pressed
core/src/org/newdawn/slick/Input.java:754
↓ 3 callersMethodclearDownload
Clears the associated download object, if any. @see #createDownload(DownloadServer)
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:338
↓ 3 callersMethodclearKeyPressedRecord
Clear the state for the <code>isKeyPressed</code> method. This will resort in all keys returning that they haven't been pressed, until they are presse
core/src/org/newdawn/slick/Input.java:765
↓ 3 callersMethodclearMousePressedRecord
Clear the state for the <code>isMousePressed</code> method. This will resort in all mouse buttons returning that they haven't been pressed, until they
core/src/org/newdawn/slick/Input.java:774
↓ 3 callersMethodconsturctList
(FileHandle[] list)
core/src/fluddokt/opsu/fake/File.java:141
↓ 3 callersMethodcopy
Get a copy of this image. This is a shallow copy and does not duplicate image adata. @return The copy of this image
core/src/org/newdawn/slick/Image.java:1326
↓ 3 callersMethodcreateNewUser
Creates a new user. @param name the new user's name @param icon the new user's icon @return the new User, or null if it could not be created (e.g. nam
core/src/itdelatrisu/opsu/user/UserList.java:124
↓ 3 callersMethoddistanceTo
Returns the distance to another hit object. @param other the other hit object
core/src/itdelatrisu/opsu/beatmap/BeatmapDifficultyCalculator.java:502
↓ 3 callersMethoddrawOval
(float x, float y, float w, float h)
core/src/fluddokt/opsu/fake/Graphics.java:115
↓ 3 callersMethoddrawRoundRect
(float x, float y, int w, int h, int m)
core/src/fluddokt/opsu/fake/Graphics.java:143
↓ 3 callersMethoddrawString
(float x, float y, String text, Color color, int startIndex, int endIndex)
core/src/org/newdawn/slick/UnicodeFont.java:634
↓ 3 callersMethoddrawSymbolNumber
Draws a number with defaultSymbols. @param n the number to draw @param x the center x coordinate @param y the center y coordinate @param scale the sca
core/src/itdelatrisu/opsu/GameData.java:513
↓ 3 callersMethodexit
()
core/src/itdelatrisu/opsu/Container.java:203
↓ 3 callersMethodfillCone
Fill {@code buff} with the texture coordinates and positions for a cone that has its center at the coordinates {@code (x1,y1)}. @param buff the buffer
core/src/itdelatrisu/opsu/render/LegacyCurveRenderState.java:417
↓ 3 callersMethodflash
Flashes the button.
core/src/itdelatrisu/opsu/user/UserButton.java:267
↓ 3 callersMethodgetAIF
Get the Sound based on a specified AIF file @param ref The reference to the AIF file in the classpath @return The Sound read from the AIF file @throw
core/src/org/newdawn/slick/openal/SoundStore.java:630
↓ 3 callersMethodgetAccuracy
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:117
↓ 3 callersMethodgetArtist
Returns the song artist. If configured, the Unicode string will be returned instead.
core/src/itdelatrisu/opsu/downloads/DownloadNode.java:363
↓ 3 callersMethodgetAvailableIcons
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:133
↓ 3 callersMethodgetBadges
()
core/src/itdelatrisu/opsu/user/User.java:150
↓ 3 callersMethodgetBeatProgress
Gets the progress of the current beat. @return a beat progress value [0,1) where 0 marks the current beat and 1 marks the next beat, or {@code
core/src/itdelatrisu/opsu/audio/MusicController.java:230
↓ 3 callersMethodgetByte
()
core/src/fluddokt/opsu/fake/gl/UtilBuff.java:36
↓ 3 callersMethodgetCircleAlphaAfterRepeat
Get the alpha level used to fade in circles & reversearrows after repeat @param trackPosition current trackposition, in ms @param endCircle request al
core/src/itdelatrisu/opsu/objects/Slider.java:493
↓ 3 callersMethodgetClip
Returns a Clip that is not playing from the list. If no clip is available, then a new one is created if under MAX_CLIPS. Otherwise, an existing clip w
core/src/itdelatrisu/opsu/audio/MultiClip.java:181
↓ 3 callersMethodgetColor
Returns the button color.
core/src/itdelatrisu/opsu/states/ButtonMenu.java:732
↓ 3 callersMethodgetColor
(int x, int y)
core/src/fluddokt/opsu/fake/Image.java:524
↓ 3 callersMethodgetCurrentUser
Returns the current user.
core/src/itdelatrisu/opsu/user/UserList.java:94
↓ 3 callersMethodgetCurvePoint
Returns the points along the curve of the Bezier curve.
core/src/itdelatrisu/opsu/objects/curves/CurveType.java:70
↓ 3 callersMethodgetDifficultyMultiplier
Returns the current difficulty multiplier from all active mods.
core/src/itdelatrisu/opsu/GameMod.java:250
↓ 3 callersMethodgetDirectory
Returns the skin directory.
core/src/itdelatrisu/opsu/skins/Skin.java:211
↓ 3 callersMethodgetDuration
Returns the total animation duration, in milliseconds.
core/src/itdelatrisu/opsu/ui/animations/AnimatedValue.java:83
↓ 3 callersMethodgetFadeInTime
Returns the amount of time for hit objects to fade in, in milliseconds.
core/src/itdelatrisu/opsu/states/Game.java:2229
↓ 3 callersMethodgetFileName
Returns the file name. @return the file name
core/src/itdelatrisu/opsu/audio/HitSound.java:103
↓ 3 callersMethodgetHashedPassword
()
core/src/itdelatrisu/opsu/user/User.java:156
↓ 3 callersMethodgetHealthPercent
Returns the current health percentage.
core/src/itdelatrisu/opsu/GameData.java:1175
↓ 3 callersMethodgetID
()
core/src/fluddokt/opsu/fake/BasicGameState.java:5
↓ 3 callersMethodgetIndexAt
Returns the index of the item at the given location, -1 for the base item, and -2 if there is no item at the location. @param cx the x coordinate @par
core/src/itdelatrisu/opsu/ui/DropdownMenu.java:331
↓ 3 callersMethodgetItemList
()
core/src/itdelatrisu/opsu/options/Options.java:342
↓ 3 callersMethodgetKeys
Returns the keys pressed (KEY_ bitmask).
core/src/itdelatrisu/opsu/replay/ReplayFrame.java:112
↓ 3 callersMethodgetLineHeight
Returns the distance from one line of text to the next. This is the sum of the descent, ascent, leading, padding top, padding bottom, and padding adva
core/src/org/newdawn/slick/UnicodeFont.java:939
↓ 3 callersMethodgetMOD
Get a MOD sound (mod/xm etc) @param ref The refernece to the mod to load @return The sound for play back @throws IOException Indicates a failure to r
core/src/org/newdawn/slick/openal/SoundStore.java:586
↓ 3 callersMethodgetMax
Returns the minimum value. @return the max
core/src/itdelatrisu/opsu/ui/KineticScrolling.java:97
↓ 3 callersMethodgetModState
Returns the current game mod state (bitwise OR of active mods).
core/src/itdelatrisu/opsu/GameMod.java:265
↓ 3 callersMethodgetMusicSource
Get the OpenAL source used for music @return The open al source used for music
core/src/org/newdawn/slick/openal/SoundStore.java:528
↓ 3 callersMethodgetName
Returns the name of the clip. @return the name
core/src/itdelatrisu/opsu/audio/MultiClip.java:125
↓ 3 callersMethodgetName
Returns the option name. @return the name string
core/src/itdelatrisu/opsu/options/Options.java:811
↓ 3 callersMethodgetNewInputStream
()
core/src/fluddokt/opsu/fake/InputStreamFactory.java:6
↓ 3 callersMethodgetNodeAtPosition
Returns the beatmap node at the given location. @param x the x coordinate @param y the y coordinate @return the node, or {@code null} if none
core/src/itdelatrisu/opsu/states/SongMenu.java:2253
↓ 3 callersMethodgetOgg
Get the Sound based on a specified OGG file @param ref The reference to the OGG file in the classpath @return The Sound read from the OGG file @throw
core/src/org/newdawn/slick/openal/SoundStore.java:827
↓ 3 callersMethodgetOptionAtPosition
Returns the option at the given position, using the current scroll offset. @param cx the x coordinate @param cy the y coordinate @return the option, o
core/src/itdelatrisu/opsu/options/OptionsOverlay.java:1429
↓ 3 callersMethodgetReadSoFar
Returns the number of bytes read so far.
core/src/itdelatrisu/opsu/downloads/ReadableByteChannelWrapper.java:61
↓ 3 callersMethodgetRunningDirectory
Returns the directory where the application is being run. @return the directory, or null if it could not be determined
core/src/itdelatrisu/opsu/Utils.java:709
↓ 3 callersMethodgetScore
()
core/src/fluddokt/ex/DynamoDB/UserDB.java:112
↓ 3 callersMethodgetScoreData
Returns the score data being processed, or null if none.
core/src/itdelatrisu/opsu/states/ButtonMenu.java:877
↓ 3 callersMethodgetScoreForLevel
Returns the total score needed for a given level: <ul> <li><strong>Level <= 100:</strong> <p>5,000 / 3 (4n^3 - 3n^2 - n) + 1.25 1.8^(n - 60) <li><stro
core/src/itdelatrisu/opsu/user/User.java:234
↓ 3 callersMethodgetSliderMultiplier
Returns the slider multiplier. [INHERITED]
core/src/itdelatrisu/opsu/beatmap/TimingPoint.java:115
↓ 3 callersMethodgetSliderTime
Returns the time duration of the slider (excluding repeats), in milliseconds. @param sliderMultiplier the beatmap's slider movement speed multiplier @
core/src/itdelatrisu/opsu/beatmap/HitObject.java:426
↓ 3 callersMethodgetSliderX
Returns a list of raw slider x coordinates.
core/src/itdelatrisu/opsu/beatmap/HitObject.java:368
↓ 3 callersMethodgetSorted
Returns a sorted ScoreData array (in reverse order) from a List.
core/src/itdelatrisu/opsu/db/ScoreDB.java:415
↓ 3 callersMethodgetStrain
Returns the strain value for a difficulty type. @param type the difficulty type ({@code DIFFICULTY_ constant})
core/src/itdelatrisu/opsu/beatmap/BeatmapDifficultyCalculator.java:413
↓ 3 callersMethodgetSubImage
Get a sub-part of this image. Note that the create image retains a reference to the image data so should anything change it will affect sub-images too
core/src/org/newdawn/slick/Image.java:1009
↓ 3 callersMethodgetTextureHeight
Get the height in texels into the source texture @return The height
core/src/org/newdawn/slick/Image.java:691
↓ 3 callersMethodgetTimeSince
Returns the time since achieving the score, or null if over 24 hours. This value will not change after the first call. @return a string: {number}{s|m|
core/src/itdelatrisu/opsu/ScoreData.java:264
↓ 3 callersMethodgetType
Returns the hit object type. @return the object type (TYPE_ bitmask)
core/src/itdelatrisu/opsu/beatmap/HitObject.java:325
↓ 3 callersMethodgetUsers
Retrieves all users. @return a list containing all users
core/src/itdelatrisu/opsu/db/ScoreDB.java:434
↓ 3 callersMethodgetWAV
Get the Sound based on a specified WAV file @param ref The reference to the WAV file in the classpath @return The Sound read from the WAV file @throw
core/src/org/newdawn/slick/openal/SoundStore.java:706
↓ 3 callersMethodgetXDGBaseDir
Returns the directory based on the XDG base directory specification for Unix-like operating systems, only if the "XDG" flag is enabled. @param env the
core/src/itdelatrisu/opsu/options/Options.java:195
↓ 3 callersMethodglBufferData
(int target, FloatBuffer buff, int usage)
core/src/fluddokt/opsu/fake/gl/GL15.java:19
↓ 3 callersMethodglClearColor
(float red, float green, float blue, float alpha)
core/src/fluddokt/opsu/fake/gl/GL11.java:69
↓ 3 callersMethodglGenBuffers
()
core/src/fluddokt/opsu/fake/gl/GL15.java:16
↓ 3 callersMethodglGetProgramInfoLog
(int program, int i)
core/src/fluddokt/opsu/fake/gl/GL20.java:82
↓ 3 callersMethodglGetUniformLocation
(int program, String name)
core/src/fluddokt/opsu/fake/gl/GL20.java:94
↓ 3 callersMethodhasFullscreenDisplayMode
Returns whether this resolution is possible to use in fullscreen mode.
core/src/itdelatrisu/opsu/options/Options.java:1009
↓ 3 callersMethodhasGameSkinImage
Returns whether the default image loaded is part of a game skin. @return true if a game skin image is loaded, false if the default image is loaded
core/src/itdelatrisu/opsu/GameImage.java:946
← previousnext →501–600 of 2,826, ranked by callers