Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LineageOS/android_packages_apps_Eleven
/ functions
Functions
1,773 in github.com/LineageOS/android_packages_apps_Eleven
⨍
Functions
1,773
◇
Types & classes
241
↓ 2 callers
Method
setFragmentPadding
(boolean enablePadding)
src/org/lineageos/eleven/ui/activities/BaseActivity.java:272
↓ 2 callers
Method
setPanelSlideListener
Sets the panel slide listener
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:442
↓ 2 callers
Method
setQueuePosition
Sets the position of a track in the queue @param index The position to place the track
src/org/lineageos/eleven/MusicPlaybackService.java:2873
↓ 2 callers
Method
setRepeatListener
Sets the listener to be called while the button is pressed and the interval in milliseconds with which it will be called. @param l The listener that
src/org/lineageos/eleven/widgets/RepeatingImageButton.java:79
↓ 2 callers
Method
setRingtone
@param context The {@link Context} to use @param id The song ID.
src/org/lineageos/eleven/utils/MusicUtils.java:1105
↓ 2 callers
Method
setTextColor
(int color)
src/org/lineageos/eleven/widgets/NoResultsContainer.java:52
↓ 2 callers
Method
setTileDetails
Sets the tile data used to determine the display text and color @param displayName the name to display - Some logic will be applied to do some trimmi
src/org/lineageos/eleven/widgets/LetterTileDrawable.java:299
↓ 2 callers
Method
setTransitionDrawable
Sets the transition drawable @param imageTransition the transition for the imageview @param paletteTransition the transition for the scrim overlay
src/org/lineageos/eleven/widgets/AlbumScrimImage.java:112
↓ 2 callers
Method
setVisualizerVisible
(boolean visible)
src/org/lineageos/eleven/ui/fragments/AudioPlayerFragment.java:534
↓ 2 callers
Method
setupActionBar
()
src/org/lineageos/eleven/ui/fragments/ISetupActionBar.java:20
↓ 2 callers
Method
smoothSlideTo
Smoothly animate mDraggingPane to the target X position within its range. @param slideOffset position to animate to
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:945
↓ 2 callers
Method
startProgressUpdates
()
src/org/lineageos/eleven/ui/activities/preview/AudioPreviewActivity.java:418
↓ 2 callers
Method
startShakeDetector
Called to start listening to shakes
src/org/lineageos/eleven/MusicPlaybackService.java:3012
↓ 2 callers
Method
storeProperty
(String key, String value)
src/org/lineageos/eleven/provider/PropertiesStore.java:83
↓ 2 callers
Method
togglePlayPause
()
src/org/lineageos/eleven/MusicPlaybackService.java:2615
↓ 2 callers
Method
update
called back by song loader
src/org/lineageos/eleven/ui/fragments/AlbumDetailFragment.java:183
↓ 2 callers
Method
updateAlbumCursor
()
src/org/lineageos/eleven/MusicPlaybackService.java:1268
↓ 2 callers
Method
updateArtistArt
Updates the time and the # of songs in the db for the artist section of the table @param playlistId playlist identifier
src/org/lineageos/eleven/provider/PlaylistArtworkStore.java:125
↓ 2 callers
Method
updateCoverArt
Updates the time and the # of songs in the db for the cover art of the table @param playlistId playlist identifier
src/org/lineageos/eleven/provider/PlaylistArtworkStore.java:136
↓ 2 callers
Method
updateExistingRow
This function will take a song entry and update it to the latest week and increase the count for the current week by 1 if necessary @param database
src/org/lineageos/eleven/provider/SongPlayCount.java:155
↓ 2 callers
Method
updateLocaleSet
Sets up the locale set @param localeSet value to set it to
src/org/lineageos/eleven/locale/LocaleSetManager.java:76
↓ 2 callers
Method
updateLocalizedStore
This will grab all the songs from the medistore and add the localized data to the db @param selection if we only want to do this for some songs, this
src/org/lineageos/eleven/provider/LocalizedStore.java:206
↓ 2 callers
Method
updateNowPlayingInfo
Sets the track name, album name, and album art.
src/org/lineageos/eleven/ui/fragments/AudioPlayerFragment.java:428
↓ 2 callers
Method
updateOrInsertTime
Internal function to update the entry for the columns passed in @param playlistId playlist identifier @param columnName the column to updat
src/org/lineageos/eleven/provider/PlaylistArtworkStore.java:149
↓ 2 callers
Method
updatePlayPauseState
()
src/org/lineageos/eleven/widgets/MainPlaybackControls.java:117
↓ 2 callers
Method
updateRepeatState
Sets the correct drawable for the repeat state.
src/org/lineageos/eleven/widgets/RepeatButton.java:48
↓ 2 callers
Method
updateShuffleState
Sets the correct drawable for the shuffle state.
src/org/lineageos/eleven/widgets/ShuffleButton.java:44
↓ 2 callers
Method
updateState
Updates the state of the progress bar and the play pause button
src/org/lineageos/eleven/widgets/PlayPauseProgressButton.java:134
↓ 2 callers
Method
updateVisualizerPowerSaveMode
()
src/org/lineageos/eleven/ui/fragments/AudioPlayerFragment.java:555
↓ 1 callers
Method
abandonAudioFocus
()
src/org/lineageos/eleven/ui/activities/preview/AudioPreviewActivity.java:575
↓ 1 callers
Method
abort
{@link #cancel()}, but also abort all motion in progress and snap to the end of any animation.
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:440
↓ 1 callers
Method
addAlbumArtistDetails
Adds the album artist details to the cache @param details the AlbumArtistDetails to add
src/org/lineageos/eleven/adapters/AlbumArtPagerAdapter.java:67
↓ 1 callers
Method
addBitmapToCache
Adds a new image to the memory and disk caches @param key The key used to store the image @param bitmap The {@link Bitmap} to cache
src/org/lineageos/eleven/cache/ImageWorker.java:131
↓ 1 callers
Method
addIds
(Collection<Long> ids, SortParameter idType)
src/org/lineageos/eleven/provider/LocalizedStore.java:505
↓ 1 callers
Method
addSongId
Used to store song IDs in the database. @param songId The song id to store
src/org/lineageos/eleven/provider/RecentStore.java:70
↓ 1 callers
Method
addToMenu
Simple helper function for adding an item to the menu
src/org/lineageos/eleven/utils/PopupMenuHelper.java:337
↓ 1 callers
Method
addToQueue
@param context The {@link Context} to use. @param list The list to enqueue.
src/org/lineageos/eleven/utils/MusicUtils.java:1086
↓ 1 callers
Method
applyBlurEffect
()
src/org/lineageos/eleven/widgets/AlbumScrimImage.java:128
↓ 1 callers
Method
asyncNext
Changes to the next track asynchronously
src/org/lineageos/eleven/utils/MusicUtils.java:307
↓ 1 callers
Method
buildCache
Method used to cache the data used to populate the list or grid. The idea is to cache everything before {@code #getView(int, View, ViewGroup)} is call
src/org/lineageos/eleven/adapters/SongListAdapter.java:177
↓ 1 callers
Method
buildCursorPositionMapping
This function populates mOrderedPositions with the cursor positions in the order based on the order passed in @param order the target order of th
src/org/lineageos/eleven/loaders/SortedCursor.java:67
↓ 1 callers
Method
buildDeleteDialog
Create a new {@link AlertDialog} for easy playlist deletion @param playlistName The title of the playlist being deleted @param playlistId The ID of
src/org/lineageos/eleven/utils/PlaylistPopupMenuHelper.java:97
↓ 1 callers
Method
buildLabels
(TreeMap<Integer, SectionCreatorUtils.Section> items)
src/org/lineageos/eleven/widgets/SectionSeparatorItemDecoration.java:87
↓ 1 callers
Method
bumpSongCount
Increases the play count of a song by 1 @param songId The song id to increase the play count
src/org/lineageos/eleven/provider/SongPlayCount.java:118
↓ 1 callers
Method
bytesToHexString
http://stackoverflow.com/questions/332079 @param bytes The bytes to convert. @return A {@link String} converted from the bytes of a hashable key used
src/org/lineageos/eleven/cache/ImageCache.java:634
↓ 1 callers
Method
calculateInSampleSize
Calculate an inSampleSize for use in a {@link android.graphics.BitmapFactory.Options} object when decoding bitmaps using the decode methods from {@lin
src/org/lineageos/eleven/cache/ImageFetcher.java:289
↓ 1 callers
Method
calculateScore
Calculates the score of the song given the play counts @param playCounts an array of the # of times a song has been played for each week
src/org/lineageos/eleven/provider/SongPlayCount.java:417
↓ 1 callers
Method
cancelNotification
()
src/org/lineageos/eleven/MusicPlaybackService.java:1028
↓ 1 callers
Method
cancelWork
Cancels and clears out any pending bitmap worker tasks on this image view @param image ImageView/BlurScrimImage to check
src/org/lineageos/eleven/cache/ImageWorker.java:267
↓ 1 callers
Method
captureChildView
Capture a specific child view for dragging within the parent. The callback will be notified but {@link Callback#tryCaptureView(android.view.View, int)
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:403
↓ 1 callers
Method
checkPermissionGrantResults
(int[] grantResults)
src/org/lineageos/eleven/ui/activities/HomeActivity.java:516
↓ 1 callers
Method
clampViewPositionHorizontal
Restrict the motion of the dragged child view along the horizontal axis. The default implementation does not allow horizontal motion; the extending cl
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:290
↓ 1 callers
Method
clampViewPositionVertical
Restrict the motion of the dragged child view along the vertical axis. The default implementation does not allow vertical motion; the extending class
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:305
↓ 1 callers
Method
cleanUpHistory
Removes old tracks and cleans up the history preparing for new tracks to be added to the mapping
src/org/lineageos/eleven/MusicPlaybackService.java:3398
↓ 1 callers
Method
cleanupPlaylist
Cleans up the playlist based on the passed in cursor's data @param context The {@link Context} to use @param playlistId playlistId to clean up @pa
src/org/lineageos/eleven/loaders/PlaylistSongLoader.java:174
↓ 1 callers
Method
clearBlurEffect
()
src/org/lineageos/eleven/widgets/AlbumScrimImage.java:135
↓ 1 callers
Method
clearCaches
Clears the disk and memory caches
src/org/lineageos/eleven/cache/ImageCache.java:493
↓ 1 callers
Method
clearCaches
Clears the disk and memory caches
src/org/lineageos/eleven/cache/ImageFetcher.java:164
↓ 1 callers
Method
clearCallbackActivity
()
src/org/lineageos/eleven/ui/activities/preview/AudioPreviewActivity.java:714
↓ 1 callers
Method
clearLastAdded
move up cutoff for last added songs so playlist will be cleared
src/org/lineageos/eleven/utils/MusicUtils.java:1023
↓ 1 callers
Method
clearList
action that clears this playlist
src/org/lineageos/eleven/ui/fragments/profile/SmartPlaylistFragment.java:148
↓ 1 callers
Method
clearMetaInfo
()
src/org/lineageos/eleven/ui/activities/BaseActivity.java:299
↓ 1 callers
Method
clearPlaylist
@param context The {@link Context} to use. @param playlistId The playlist ID.
src/org/lineageos/eleven/utils/MusicUtils.java:1000
↓ 1 callers
Method
clearRecent
remove all backing data for top tracks playlist
src/org/lineageos/eleven/utils/MusicUtils.java:1016
↓ 1 callers
Method
clearTopTracks
remove all backing data for top tracks playlist
src/org/lineageos/eleven/utils/MusicUtils.java:1009
↓ 1 callers
Method
closeExternalStorageFiles
Called when we receive a ACTION_MEDIA_EJECT notification.
src/org/lineageos/eleven/MusicPlaybackService.java:1053
↓ 1 callers
Method
computeSettleDuration
(View child, int dx, int dy, int xvel, int yvel)
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:524
↓ 1 callers
Method
confirmOk
(int requestCode)
src/org/lineageos/eleven/menu/ConfirmDialog.java:39
↓ 1 callers
Method
continueSettling
Move the captured settling view by the appropriate amount for the current time. If <code>continueSettling</code> returns true, the caller should call
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:618
↓ 1 callers
Method
countPlaylist
Returns the playlist count for the raw playlist mapping table @param context The {@link Context} to use @param playlistId playlistId to count @ret
src/org/lineageos/eleven/loaders/PlaylistSongLoader.java:224
↓ 1 callers
Method
createActionMenuHelper
create the popup menu helper used by the type of item for which this is a detail screen
src/org/lineageos/eleven/ui/fragments/DetailFragment.java:35
↓ 1 callers
Method
createAdapter
If the subclasses want to use a customized SongAdapter they can override this method @return the Song adapter
src/org/lineageos/eleven/ui/fragments/profile/BasicSongFragment.java:262
↓ 1 callers
Method
createArtistComparison
Returns an artist comparison based on the current sort @param context Context for string generation @return the artist comparison method
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:398
↓ 1 callers
Method
createDefaultBitmap
Draws the default letter tile drawable for the image type to a bitmap @param identifier the identifier used to determine the color of the backgroun
src/org/lineageos/eleven/widgets/LetterTileDrawable.java:342
↓ 1 callers
Method
createHeaderLabel
(T item)
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:188
↓ 1 callers
Method
createHeaderLabel
(Artist item)
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:411
↓ 1 callers
Method
createPlaylist
@param context The {@link Context} to use. @param name The name of the new playlist. @return A new playlist ID.
src/org/lineageos/eleven/utils/MusicUtils.java:970
↓ 1 callers
Method
createSectionFooter
Compares to items and returns a section divider T if there should be a section divider between first and second @param first the first element i
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:86
↓ 1 callers
Method
createSectionHeader
(T first, T second)
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:179
↓ 1 callers
Method
createSections
This creates the sections given a list of items and the comparison algorithm @param list The list of items to analyze @param comparator The com
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:355
↓ 1 callers
Method
createSongComparison
Returns an song comparison based on the current sort @param context Context for string generation @return the song comparison method
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:448
↓ 1 callers
Method
customizeBind
(@NonNull MusicHolder holder, int position)
src/org/lineageos/eleven/adapters/SongListAdapter.java:169
↓ 1 callers
Method
cycleRepeat
Cycles through the repeat options.
src/org/lineageos/eleven/utils/MusicUtils.java:358
↓ 1 callers
Method
cycleShuffle
Cycles through the shuffle options.
src/org/lineageos/eleven/utils/MusicUtils.java:383
↓ 1 callers
Method
decodeSampledBitmapFromUri
Decode and sample down a {@link Bitmap} from a Uri. @param selectedImage Uri of the Image to decode @return A {@link Bitmap} sampled down from the or
src/org/lineageos/eleven/cache/ImageFetcher.java:240
↓ 1 callers
Method
defaultAppWidget
Initialize given widgets to default state, where we launch Music on default click and hide actions if service not running.
src/org/lineageos/eleven/appwidgets/AppWidgetLargeAlternate.java:70
↓ 1 callers
Method
defaultAppWidget
Initialize given widgets to default state, where we launch Music on default click and hide actions if service not running.
src/org/lineageos/eleven/appwidgets/AppWidgetLarge.java:67
↓ 1 callers
Method
defaultAppWidget
Initialize given widgets to default state, where we launch Music on default click and hide actions if service not running.
src/org/lineageos/eleven/appwidgets/AppWidgetSmall.java:68
↓ 1 callers
Method
deleteContents
Deletes the contents of {@code dir}. Throws an IOException if any file could not be deleted, or if {@code dir} is not a readable directory.
src/org/lineageos/eleven/cache/disklrucache/Util.java:53
↓ 1 callers
Method
deleteTracks
Perminately deletes item(s) from the user's device @param context The {@link Context} to use. @param list The item(s) to delete.
src/org/lineageos/eleven/utils/MusicUtils.java:1472
↓ 1 callers
Method
deliverResult
(D data)
src/org/lineageos/eleven/loaders/WrappedAsyncTaskLoader.java:42
↓ 1 callers
Method
disableAndHide
Disables and sets the visibility to gone for the container
src/org/lineageos/eleven/widgets/PlayPauseButtonContainer.java:65
↓ 1 callers
Method
discard
()
src/org/lineageos/eleven/utils/MusicUtils.java:190
↓ 1 callers
Method
dispatchOnPanelAnchored
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:494
↓ 1 callers
Method
dispatchOnPanelCollapsed
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:487
↓ 1 callers
Method
dispatchOnPanelExpanded
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:480
↓ 1 callers
Method
dispatchOnPanelHidden
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:501
↓ 1 callers
Method
dispatchOnPanelSlide
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:474
↓ 1 callers
Method
distanceInfluenceForSnapDuration
(float f)
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:601
↓ 1 callers
Method
dragTo
(int left, int top, int dx, int dy)
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:1120
← previous
next →
501–600 of 1,773, ranked by callers