Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeongAndroid/Launcher3
/ functions
Functions
4,423 in github.com/LeongAndroid/Launcher3
⨍
Functions
4,423
◇
Types & classes
546
↓ 20 callers
Method
apply
(int flags)
src/com/android/launcher3/util/FlagOp.java:9
↓ 20 callers
Method
getAttributeValue
Return attribute value, attempting launcher-specific namespace first before falling back to anonymous attribute.
src/com/android/launcher3/AutoInstallsLayout.java:647
↓ 20 callers
Method
getChildAt
(int x, int y)
src/com/android/launcher3/ShortcutAndWidgetContainer.java:58
↓ 20 callers
Method
getDrawable
()
src/com/android/launcher3/graphics/TintedDrawableSpan.java:59
↓ 20 callers
Method
getScrollForPage
(int index)
src/com/android/launcher3/PagedView.java:1324
↓ 20 callers
Method
getTargetComponent
()
src/com/android/launcher3/ItemInfo.java:139
↓ 20 callers
Method
hasNext
()
src/com/android/launcher3/util/LongArrayMap.java:50
↓ 19 callers
Method
assertNotNull
(Object o)
src/com/android/launcher3/util/Preconditions.java:29
↓ 19 callers
Method
getColor
@param index must be one of the index values defined at the top of this class.
src/com/android/launcher3/dynamicui/ExtractedColors.java:134
↓ 19 callers
Method
getCountY
()
src/com/android/launcher3/CellLayout.java:594
↓ 19 callers
Method
getId
()
src/com/android/launcher3/shortcuts/ShortcutKey.java:20
↓ 19 callers
Method
getModelWriter
()
src/com/android/launcher3/model/BaseModelUpdateTask.java:91
↓ 19 callers
Method
showWorkspace
(boolean animated)
src/com/android/launcher3/Launcher.java:2842
↓ 18 callers
Method
boundToRange
Ensures that a value is within given bounds. Specifically: If value is less than lowerBound, return lowerBound; else if value is greater than upperBou
src/com/android/launcher3/Utilities.java:519
↓ 18 callers
Method
cancelAlarm
()
src/com/android/launcher3/Alarm.java:61
↓ 18 callers
Method
containsKey
(long key)
src/com/android/launcher3/util/LongArrayMap.java:28
↓ 18 callers
Method
createShortcutsList
(int numStatic, int numDynamic)
tests/src/com/android/launcher3/popup/PopupPopulatorTest.java:125
↓ 18 callers
Method
enqueueModelUpdateTask
(ModelUpdateTask task)
src/com/android/launcher3/LauncherModel.java:603
↓ 18 callers
Method
filterShortcutsAndAssertNumStaticAndDynamic
( List<ShortcutInfoCompat> shortcuts, int expectedStatic, int expectedDynamic)
tests/src/com/android/launcher3/popup/PopupPopulatorTest.java:79
↓ 18 callers
Method
getAttrColor
(Context context, int attr)
src/com/android/launcher3/util/Themes.java:34
↓ 18 callers
Method
indexOf
(int[] a, int x)
src/com/android/launcher3/testing/WeightWatcher.java:51
↓ 18 callers
Method
reset
Notifies the search manager to close any active search session.
src/com/android/launcher3/allapps/SearchUiManager.java:46
↓ 18 callers
Method
scale
Helper method to set both scaleX and scaleY
src/com/android/launcher3/anim/PropertyListBuilder.java:38
↓ 18 callers
Method
setContentDescription
(CharSequence contentDescription)
src/com/android/launcher3/pageindicators/PageIndicatorLineCaret.java:174
↓ 18 callers
Method
update
Updates the value of {@param spring} based on {@param object}.
src/com/android/launcher3/anim/SpringAnimationHandler.java:244
↓ 17 callers
Method
checkItemPlacement
check & update map of what's occupied; used to discard overlapping/invalid items
src/com/android/launcher3/model/LoaderCursor.java:390
↓ 17 callers
Method
createAnimatorSet
()
src/com/android/launcher3/LauncherAnimUtils.java:90
↓ 17 callers
Method
getApplicationInfo
( String packageName, int flags, UserHandle user)
src/com/android/launcher3/compat/LauncherAppsCompat.java:72
↓ 17 callers
Method
getCount
(SQLiteDatabase db, String sql)
tests/src/com/android/launcher3/provider/RestoreDbTaskTest.java:49
↓ 17 callers
Method
getLabel
()
src/com/android/launcher3/CustomAppWidget.java:4
↓ 17 callers
Method
getY
()
src/com/android/launcher3/CellLayout.java:2766
↓ 17 callers
Method
hasRestoreFlag
(int flagMask)
src/com/android/launcher3/model/LoaderCursor.java:336
↓ 17 callers
Method
iterator
()
src/com/android/launcher3/util/LongArrayMap.java:41
↓ 17 callers
Method
onCreate
(Bundle savedInstanceState)
src/com/android/launcher3/LauncherCallbacks.java:45
↓ 17 callers
Method
verify
(PackageInstaller.SessionInfo sessionInfo)
src/com/android/launcher3/compat/PackageInstallerCompatVL.java:154
↓ 16 callers
Method
alpha
(float value)
src/com/android/launcher3/anim/PropertyListBuilder.java:42
↓ 16 callers
Method
animate
()
src/com/android/launcher3/CellLayout.java:2030
↓ 16 callers
Method
getPageAt
(int index)
src/com/android/launcher3/folder/FolderPagedView.java:262
↓ 16 callers
Method
hasCustomContent
()
src/com/android/launcher3/Workspace.java:1669
↓ 16 callers
Method
newItemInfo
(int cellX, int cellY, int spanX, int spanY, long container, long screenId)
tests/src/com/android/launcher3/model/LoaderCursorTest.java:225
↓ 16 callers
Method
restore
()
src/com/android/launcher3/CellLayout.java:2428
↓ 16 callers
Method
setCurrentPage
Sets the current page.
src/com/android/launcher3/PagedView.java:410
↓ 15 callers
Method
compare
(ItemInfo lhs, ItemInfo rhs)
src/com/android/launcher3/folder/Folder.java:1621
↓ 15 callers
Method
getActivity
()
src/com/android/launcher3/shortcuts/ShortcutInfoCompat.java:76
↓ 15 callers
Method
getAdapterItems
Returns the current filtered list of applications broken down into their sections.
src/com/android/launcher3/allapps/AlphabeticalAppsList.java:239
↓ 15 callers
Method
getIcon
()
src/com/android/launcher3/CustomAppWidget.java:6
↓ 15 callers
Method
getInvariantDeviceProfile
()
src/com/android/launcher3/LauncherAppState.java:175
↓ 15 callers
Method
getModelWriter
()
src/com/android/launcher3/Launcher.java:1676
↓ 15 callers
Method
getWorkerLooper
@return the looper for the worker thread which can be used to start background tasks.
src/com/android/launcher3/LauncherModel.java:684
↓ 15 callers
Method
markDeleted
Marks the current item for removal
src/com/android/launcher3/model/LoaderCursor.java:306
↓ 15 callers
Method
ofPropertyValuesHolder
(View target, PropertyValuesHolder... values)
src/com/android/launcher3/LauncherAnimUtils.java:119
↓ 15 callers
Method
setPadding
(int left, int top, int right, int bottom)
src/com/android/launcher3/qsb/QsbContainerView.java:66
↓ 15 callers
Method
snapToPage
(int whichPage, Runnable r)
src/com/android/launcher3/Workspace.java:1597
↓ 15 callers
Method
transpose
Transposes the matrix so that we can write it in human-readable format in the tests.
tests/src/com/android/launcher3/util/FocusLogicTest.java:246
↓ 14 callers
Method
getAlpha
Returns the alpha corresponding to the theme attribute {@param attr}, in the range [0, 255].
src/com/android/launcher3/util/Themes.java:58
↓ 14 callers
Method
getInstance
(Context context)
src/com/android/launcher3/graphics/IconNormalizer.java:412
↓ 14 callers
Method
newTarget
(int targetType, TargetExtension extension)
src/com/android/launcher3/logging/LoggerUtils.java:165
↓ 14 callers
Method
print
(String tag, String msg)
src/com/android/launcher3/logging/FileLog.java:76
↓ 14 callers
Method
scheduleCallbackTask
Schedules a {@param task} to be executed on the current callbacks.
src/com/android/launcher3/model/BaseModelUpdateTask.java:79
↓ 14 callers
Method
waitUntilResume
If the activity is currently paused, signal that we need to run the passed Runnable in onResume. This needs to be called from incoming places where r
src/com/android/launcher3/Launcher.java:3109
↓ 13 callers
Method
create
(Context context, DragController dragController, DragObject dragObject, DragOptions options)
src/com/android/launcher3/dragndrop/DragDriver.java:84
↓ 13 callers
Method
deleteAppWidgetId
(int appWidgetId)
src/com/android/launcher3/LauncherAppWidgetHost.java:162
↓ 13 callers
Method
draw
Draw a circle in the top right corner of the given bounds, and draw {@link BadgeInfo#getNotificationCount()} on top of the circle. @param palette The
src/com/android/launcher3/badge/BadgeRenderer.java:96
↓ 13 callers
Method
getInstance
(Context context)
src/com/android/launcher3/compat/AppWidgetManagerCompat.java:40
↓ 13 callers
Method
getLayout
()
src/com/android/launcher3/Hotseat.java:80
↓ 13 callers
Method
getViewportOffsetX
()
src/com/android/launcher3/PagedView.java:315
↓ 13 callers
Method
lockRotation
(boolean naturalOrientation)
tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java:84
↓ 13 callers
Method
newLauncherEvent
(Action action, Target... srcTargets)
src/com/android/launcher3/logging/LoggerUtils.java:199
↓ 13 callers
Method
setAccessibilityDelegate
(AccessibilityDelegate delegate)
src/com/android/launcher3/pageindicators/PageIndicatorLineCaret.java:150
↓ 13 callers
Method
setLayoutParams
(ViewGroup.LayoutParams params)
src/com/android/launcher3/widget/WidgetCell.java:214
↓ 13 callers
Method
trim
Trims the string, removing all whitespace at the beginning and end of the string. Non-breaking whitespaces are also removed.
src/com/android/launcher3/Utilities.java:414
↓ 12 callers
Method
addDragListener
Sets the drag listener which will be notified when a drag starts or ends.
src/com/android/launcher3/dragndrop/DragController.java:625
↓ 12 callers
Method
delete
(Uri uri, String selection, String[] selectionArgs)
src/com/android/launcher3/LauncherProvider.java:334
↓ 12 callers
Method
dispatchUserEvent
(LauncherEvent ev, Intent intent)
src/com/android/launcher3/logging/UserEventDispatcher.java:305
↓ 12 callers
Method
exitSpringLoadedDragModeDelayed
(final boolean successfulDrop, int delay, final Runnable onCompleteRunnable)
src/com/android/launcher3/Launcher.java:3015
↓ 12 callers
Method
get
()
src/com/android/launcher3/IconCache.java:841
↓ 12 callers
Method
getAppWidgetInfo
()
src/com/android/launcher3/LauncherAppWidgetHostView.java:244
↓ 12 callers
Method
getBitmap
()
src/com/android/launcher3/widget/WidgetImageView.java:66
↓ 12 callers
Method
getInterpolation
(float t)
src/com/android/launcher3/util/FlingAnimation.java:82
↓ 12 callers
Method
getModel
()
src/com/android/launcher3/Launcher.java:1672
↓ 12 callers
Method
getPackage
()
src/com/android/launcher3/util/ComponentKeyMapper.java:37
↓ 12 callers
Method
getTitleAndIcon
Fill in {@param info} with the icon and label for {@param activityInfo}
src/com/android/launcher3/IconCache.java:437
↓ 12 callers
Method
getTopOpenView
(Launcher launcher)
src/com/android/launcher3/AbstractFloatingView.java:140
↓ 12 callers
Method
getViewportWidth
()
src/com/android/launcher3/PagedView.java:306
↓ 12 callers
Method
logActionOnContainer
(int action, int dir, int containerType)
src/com/android/launcher3/logging/UserEventDispatcher.java:227
↓ 12 callers
Method
parse
(File file)
src/com/android/launcher3/model/DbDowngradeHelper.java:74
↓ 12 callers
Method
setOnLongClickListener
Registers the specified listener on the cell layout of the hotseat.
src/com/android/launcher3/Hotseat.java:94
↓ 12 callers
Method
shouldConsume
Returns true only if this utility class handles the key code.
src/com/android/launcher3/util/FocusLogic.java:77
↓ 11 callers
Method
addItem
Adds a dummy item in the DB. @param type {@link #APPLICATION} or {@link #SHORTCUT} or >= 2 for folder (where the type represents the numbe
tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java:364
↓ 11 callers
Method
addView
(View v)
src/com/android/launcher3/CellLayout.java:1482
↓ 11 callers
Method
clear
Clears all the data
src/com/android/launcher3/model/BgDataModel.java:111
↓ 11 callers
Method
getContentUri
The content:// style URL for a given row, identified by its id. @param id The row id. @return The unique content URL for the specified row.
src/com/android/launcher3/LauncherSettings.java:131
↓ 11 callers
Method
getDefaultIcon
(UserHandle user)
src/com/android/launcher3/IconCache.java:490
↓ 11 callers
Method
getInstance
(Context context)
src/com/android/launcher3/dynamicui/WallpaperColorInfo.java:21
↓ 11 callers
Method
getInstance
(Context context)
src/com/android/launcher3/shortcuts/DeepShortcutManager.java:51
↓ 11 callers
Method
getIntent
()
src/com/android/launcher3/AppInfo.java:60
↓ 11 callers
Method
getScreenWithId
(long screenId)
src/com/android/launcher3/Workspace.java:936
↓ 11 callers
Method
isDragging
()
src/com/android/launcher3/dragndrop/DragController.java:236
↓ 11 callers
Method
isSwitchingState
()
src/com/android/launcher3/Workspace.java:1149
↓ 11 callers
Method
resolveActivity
(Intent intent, UserHandle user)
src/com/android/launcher3/compat/LauncherAppsCompat.java:68
← previous
next →
101–200 of 4,423, ranked by callers