MCPcopy Create free account

hub / github.com/LineageOS/android_packages_apps_Eleven / functions

Functions1,773 in github.com/LineageOS/android_packages_apps_Eleven

↓ 2 callersMethodsetFragmentPadding
(boolean enablePadding)
src/org/lineageos/eleven/ui/activities/BaseActivity.java:272
↓ 2 callersMethodsetPanelSlideListener
Sets the panel slide listener
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:442
↓ 2 callersMethodsetQueuePosition
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 callersMethodsetRepeatListener
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 callersMethodsetRingtone
@param context The {@link Context} to use @param id The song ID.
src/org/lineageos/eleven/utils/MusicUtils.java:1105
↓ 2 callersMethodsetTextColor
(int color)
src/org/lineageos/eleven/widgets/NoResultsContainer.java:52
↓ 2 callersMethodsetTileDetails
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 callersMethodsetTransitionDrawable
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 callersMethodsetVisualizerVisible
(boolean visible)
src/org/lineageos/eleven/ui/fragments/AudioPlayerFragment.java:534
↓ 2 callersMethodsetupActionBar
()
src/org/lineageos/eleven/ui/fragments/ISetupActionBar.java:20
↓ 2 callersMethodsmoothSlideTo
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 callersMethodstartProgressUpdates
()
src/org/lineageos/eleven/ui/activities/preview/AudioPreviewActivity.java:418
↓ 2 callersMethodstartShakeDetector
Called to start listening to shakes
src/org/lineageos/eleven/MusicPlaybackService.java:3012
↓ 2 callersMethodstoreProperty
(String key, String value)
src/org/lineageos/eleven/provider/PropertiesStore.java:83
↓ 2 callersMethodtogglePlayPause
()
src/org/lineageos/eleven/MusicPlaybackService.java:2615
↓ 2 callersMethodupdate
called back by song loader
src/org/lineageos/eleven/ui/fragments/AlbumDetailFragment.java:183
↓ 2 callersMethodupdateAlbumCursor
()
src/org/lineageos/eleven/MusicPlaybackService.java:1268
↓ 2 callersMethodupdateArtistArt
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 callersMethodupdateCoverArt
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 callersMethodupdateExistingRow
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 callersMethodupdateLocaleSet
Sets up the locale set @param localeSet value to set it to
src/org/lineageos/eleven/locale/LocaleSetManager.java:76
↓ 2 callersMethodupdateLocalizedStore
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 callersMethodupdateNowPlayingInfo
Sets the track name, album name, and album art.
src/org/lineageos/eleven/ui/fragments/AudioPlayerFragment.java:428
↓ 2 callersMethodupdateOrInsertTime
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 callersMethodupdatePlayPauseState
()
src/org/lineageos/eleven/widgets/MainPlaybackControls.java:117
↓ 2 callersMethodupdateRepeatState
Sets the correct drawable for the repeat state.
src/org/lineageos/eleven/widgets/RepeatButton.java:48
↓ 2 callersMethodupdateShuffleState
Sets the correct drawable for the shuffle state.
src/org/lineageos/eleven/widgets/ShuffleButton.java:44
↓ 2 callersMethodupdateState
Updates the state of the progress bar and the play pause button
src/org/lineageos/eleven/widgets/PlayPauseProgressButton.java:134
↓ 2 callersMethodupdateVisualizerPowerSaveMode
()
src/org/lineageos/eleven/ui/fragments/AudioPlayerFragment.java:555
↓ 1 callersMethodabandonAudioFocus
()
src/org/lineageos/eleven/ui/activities/preview/AudioPreviewActivity.java:575
↓ 1 callersMethodabort
{@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 callersMethodaddAlbumArtistDetails
Adds the album artist details to the cache @param details the AlbumArtistDetails to add
src/org/lineageos/eleven/adapters/AlbumArtPagerAdapter.java:67
↓ 1 callersMethodaddBitmapToCache
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 callersMethodaddIds
(Collection<Long> ids, SortParameter idType)
src/org/lineageos/eleven/provider/LocalizedStore.java:505
↓ 1 callersMethodaddSongId
Used to store song IDs in the database. @param songId The song id to store
src/org/lineageos/eleven/provider/RecentStore.java:70
↓ 1 callersMethodaddToMenu
Simple helper function for adding an item to the menu
src/org/lineageos/eleven/utils/PopupMenuHelper.java:337
↓ 1 callersMethodaddToQueue
@param context The {@link Context} to use. @param list The list to enqueue.
src/org/lineageos/eleven/utils/MusicUtils.java:1086
↓ 1 callersMethodapplyBlurEffect
()
src/org/lineageos/eleven/widgets/AlbumScrimImage.java:128
↓ 1 callersMethodasyncNext
Changes to the next track asynchronously
src/org/lineageos/eleven/utils/MusicUtils.java:307
↓ 1 callersMethodbuildCache
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 callersMethodbuildCursorPositionMapping
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 callersMethodbuildDeleteDialog
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 callersMethodbuildLabels
(TreeMap<Integer, SectionCreatorUtils.Section> items)
src/org/lineageos/eleven/widgets/SectionSeparatorItemDecoration.java:87
↓ 1 callersMethodbumpSongCount
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 callersMethodbytesToHexString
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 callersMethodcalculateInSampleSize
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 callersMethodcalculateScore
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 callersMethodcancelNotification
()
src/org/lineageos/eleven/MusicPlaybackService.java:1028
↓ 1 callersMethodcancelWork
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 callersMethodcaptureChildView
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 callersMethodcheckPermissionGrantResults
(int[] grantResults)
src/org/lineageos/eleven/ui/activities/HomeActivity.java:516
↓ 1 callersMethodclampViewPositionHorizontal
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 callersMethodclampViewPositionVertical
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 callersMethodcleanUpHistory
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 callersMethodcleanupPlaylist
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 callersMethodclearBlurEffect
()
src/org/lineageos/eleven/widgets/AlbumScrimImage.java:135
↓ 1 callersMethodclearCaches
Clears the disk and memory caches
src/org/lineageos/eleven/cache/ImageCache.java:493
↓ 1 callersMethodclearCaches
Clears the disk and memory caches
src/org/lineageos/eleven/cache/ImageFetcher.java:164
↓ 1 callersMethodclearCallbackActivity
()
src/org/lineageos/eleven/ui/activities/preview/AudioPreviewActivity.java:714
↓ 1 callersMethodclearLastAdded
move up cutoff for last added songs so playlist will be cleared
src/org/lineageos/eleven/utils/MusicUtils.java:1023
↓ 1 callersMethodclearList
action that clears this playlist
src/org/lineageos/eleven/ui/fragments/profile/SmartPlaylistFragment.java:148
↓ 1 callersMethodclearMetaInfo
()
src/org/lineageos/eleven/ui/activities/BaseActivity.java:299
↓ 1 callersMethodclearPlaylist
@param context The {@link Context} to use. @param playlistId The playlist ID.
src/org/lineageos/eleven/utils/MusicUtils.java:1000
↓ 1 callersMethodclearRecent
remove all backing data for top tracks playlist
src/org/lineageos/eleven/utils/MusicUtils.java:1016
↓ 1 callersMethodclearTopTracks
remove all backing data for top tracks playlist
src/org/lineageos/eleven/utils/MusicUtils.java:1009
↓ 1 callersMethodcloseExternalStorageFiles
Called when we receive a ACTION_MEDIA_EJECT notification.
src/org/lineageos/eleven/MusicPlaybackService.java:1053
↓ 1 callersMethodcomputeSettleDuration
(View child, int dx, int dy, int xvel, int yvel)
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:524
↓ 1 callersMethodconfirmOk
(int requestCode)
src/org/lineageos/eleven/menu/ConfirmDialog.java:39
↓ 1 callersMethodcontinueSettling
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 callersMethodcountPlaylist
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 callersMethodcreateActionMenuHelper
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 callersMethodcreateAdapter
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 callersMethodcreateArtistComparison
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 callersMethodcreateDefaultBitmap
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 callersMethodcreateHeaderLabel
(T item)
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:188
↓ 1 callersMethodcreateHeaderLabel
(Artist item)
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:411
↓ 1 callersMethodcreatePlaylist
@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 callersMethodcreateSectionFooter
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 callersMethodcreateSectionHeader
(T first, T second)
src/org/lineageos/eleven/utils/SectionCreatorUtils.java:179
↓ 1 callersMethodcreateSections
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 callersMethodcreateSongComparison
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 callersMethodcustomizeBind
(@NonNull MusicHolder holder, int position)
src/org/lineageos/eleven/adapters/SongListAdapter.java:169
↓ 1 callersMethodcycleRepeat
Cycles through the repeat options.
src/org/lineageos/eleven/utils/MusicUtils.java:358
↓ 1 callersMethodcycleShuffle
Cycles through the shuffle options.
src/org/lineageos/eleven/utils/MusicUtils.java:383
↓ 1 callersMethoddecodeSampledBitmapFromUri
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 callersMethoddefaultAppWidget
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 callersMethoddefaultAppWidget
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 callersMethoddefaultAppWidget
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 callersMethoddeleteContents
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 callersMethoddeleteTracks
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 callersMethoddeliverResult
(D data)
src/org/lineageos/eleven/loaders/WrappedAsyncTaskLoader.java:42
↓ 1 callersMethoddisableAndHide
Disables and sets the visibility to gone for the container
src/org/lineageos/eleven/widgets/PlayPauseButtonContainer.java:65
↓ 1 callersMethoddiscard
()
src/org/lineageos/eleven/utils/MusicUtils.java:190
↓ 1 callersMethoddispatchOnPanelAnchored
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:494
↓ 1 callersMethoddispatchOnPanelCollapsed
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:487
↓ 1 callersMethoddispatchOnPanelExpanded
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:480
↓ 1 callersMethoddispatchOnPanelHidden
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:501
↓ 1 callersMethoddispatchOnPanelSlide
(View panel)
src/org/lineageos/eleven/slidinguppanel/SlidingUpPanelLayout.java:474
↓ 1 callersMethoddistanceInfluenceForSnapDuration
(float f)
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:601
↓ 1 callersMethoddragTo
(int left, int top, int dx, int dy)
src/org/lineageos/eleven/slidinguppanel/ViewDragHelper.java:1120
← previousnext →501–600 of 1,773, ranked by callers