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
↓ 4 callers
Method
hasExtraEmptyScreen
()
src/com/android/launcher3/Workspace.java:908
↓ 4 callers
Method
hasFilter
Returns whether there are is a filter set.
src/com/android/launcher3/allapps/AlphabeticalAppsList.java:260
↓ 4 callers
Method
initCursor
(int itemType, String title)
tests/src/com/android/launcher3/model/LoaderCursorTest.java:92
↓ 4 callers
Method
initViews
()
src/com/android/launcher3/testing/WeightWatcher.java:109
↓ 4 callers
Method
insertAndCheck
(SQLiteDatabase db, ContentValues values)
src/com/android/launcher3/AutoInstallsLayout.java:674
↓ 4 callers
Method
insertNewWorkspaceScreen
(long screenId)
src/com/android/launcher3/Workspace.java:657
↓ 4 callers
Method
isAllAppsButtonRank
(int rank)
src/com/android/launcher3/InvariantDeviceProfile.java:325
↓ 4 callers
Method
isAppSuspended
Returns whether the target app is suspended for a given user as per {@link android.app.admin.DevicePolicyManager#isPackageSuspended}.
src/com/android/launcher3/util/PackageManagerHelper.java:69
↓ 4 callers
Method
isDefaultIcon
(Bitmap icon, UserHandle user)
src/com/android/launcher3/IconCache.java:497
↓ 4 callers
Method
isDestroyed
()
src/com/android/launcher3/folder/Folder.java:1294
↓ 4 callers
Method
isDisabled
()
src/com/android/launcher3/AppInfo.java:123
↓ 4 callers
Method
isDraggingOrSettling
()
src/com/android/launcher3/touch/SwipeDetector.java:133
↓ 4 callers
Method
isEditingName
()
src/com/android/launcher3/folder/Folder.java:339
↓ 4 callers
Method
isFinishedSwitchingState
This differs from isSwitchingState in that we take into account how far the transition has completed.
src/com/android/launcher3/Workspace.java:1155
↓ 4 callers
Method
isPackageEnabledForProfile
(String packageName, UserHandle user)
src/com/android/launcher3/compat/LauncherAppsCompat.java:78
↓ 4 callers
Method
isQuietModeEnabled
(UserHandle user)
src/com/android/launcher3/compat/UserManagerCompat.java:60
↓ 4 callers
Method
isValid
(int xPos, int yPos, int countX, int countY)
src/com/android/launcher3/util/FocusLogic.java:500
↓ 4 callers
Method
loadWorkspaceScreensDb
Loads the workspace screen ids in an ordered list.
src/com/android/launcher3/LauncherModel.java:515
↓ 4 callers
Method
logActionOnControl
(int action, int controlType)
src/com/android/launcher3/logging/UserEventDispatcher.java:206
↓ 4 callers
Method
mapPointFromSelfToChild
(View v, float[] xy)
src/com/android/launcher3/Workspace.java:2824
↓ 4 callers
Method
mapPointFromViewToParent
(View v, float x, float y)
src/com/android/launcher3/PagedView.java:258
↓ 4 callers
Method
markCellsAsOccupiedForView
(View view)
src/com/android/launcher3/CellLayout.java:2567
↓ 4 callers
Method
measureChild
(View child)
src/com/android/launcher3/ShortcutAndWidgetContainer.java:109
↓ 4 callers
Method
migrate
(Point sourceSize, Point targetSize)
src/com/android/launcher3/model/GridSizeMigrationTask.java:1005
↓ 4 callers
Method
newLauncherWidgetHost
()
src/com/android/launcher3/LauncherProvider.java:1040
↓ 4 callers
Method
notifyItemChanged
(int index)
src/com/android/launcher3/widget/WidgetsDiffReporter.java:39
↓ 4 callers
Method
notifyListeners
Overridden in tests
src/com/android/launcher3/LauncherProvider.java:463
↓ 4 callers
Method
ofViewAlphaAndScale
(View target, float alpha, float scaleX, float scaleY)
src/com/android/launcher3/LauncherAnimUtils.java:111
↓ 4 callers
Method
onActivityResult
(int requestCode, int resultCode, Intent data)
src/com/android/launcher3/LauncherCallbacks.java:55
↓ 4 callers
Method
onControllerInterceptTouchEvent
Called when the draglayer receives a intercept touch event.
src/com/android/launcher3/util/TouchController.java:31
↓ 4 callers
Method
onDragEnter
(DragObject dragObject)
src/com/android/launcher3/DropTarget.java:111
↓ 4 callers
Method
onDriverDragMove
(float x, float y)
src/com/android/launcher3/dragndrop/DragDriver.java:32
↓ 4 callers
Method
onDrop
Handle an object being dropped on the DropTarget
src/com/android/launcher3/DropTarget.java:109
↓ 4 callers
Method
onDropChild
Mark a child as having been dropped. At the beginning of the drag operation, the child may have been on another screen, but it is re-parented before t
src/com/android/launcher3/CellLayout.java:2534
↓ 4 callers
Method
onPause
()
src/com/android/launcher3/LauncherCallbacks.java:50
↓ 4 callers
Method
onSaveInstanceState
(Bundle outState)
src/com/android/launcher3/LauncherCallbacks.java:52
↓ 4 callers
Method
onStart
()
src/com/android/launcher3/LauncherCallbacks.java:48
↓ 4 callers
Method
parseAndAdd
Parses the tag and adds to the db @return the id of the row added or -1;
src/com/android/launcher3/AutoInstallsLayout.java:326
↓ 4 callers
Method
playSoundEffect
Helper method to be used for playing sound effects.
src/com/android/launcher3/FocusHelper.java:496
↓ 4 callers
Method
prefs
(Context context)
src/com/android/launcher3/util/ManagedProfileHeuristic.java:250
↓ 4 callers
Method
preparePull
@param start {@code true} if start of new drag.
src/com/android/launcher3/allapps/AllAppsTransitionController.java:264
↓ 4 callers
Method
query
Query the system server for all the shortcuts matching the given parameters. If packageName == null, we query for all shortcuts with the passed flags,
src/com/android/launcher3/shortcuts/DeepShortcutManager.java:205
↓ 4 callers
Method
queryForPinnedShortcuts
Returns the id's of pinned shortcuts associated with the given package and user. If packageName is null, returns all pinned shortcuts regardless of p
src/com/android/launcher3/shortcuts/DeepShortcutManager.java:183
↓ 4 callers
Method
queuePendingShortcutInfo
(PendingInstallShortcutInfo info, Context context)
src/com/android/launcher3/InstallShortcutReceiver.java:257
↓ 4 callers
Method
rearrangeChildren
Rearranges the children based on their rank.
src/com/android/launcher3/folder/Folder.java:1228
↓ 4 callers
Method
regionToCenterPoint
Given a cell coordinate and span return the point that represents the center of the regio @param cellX X coordinate of the cell @param cellY Y coordi
src/com/android/launcher3/CellLayout.java:752
↓ 4 callers
Method
remove
Stops and removes the spring attached to {@param view}.
src/com/android/launcher3/anim/SpringAnimationHandler.java:105
↓ 4 callers
Method
removeFlag
(final int flag)
src/com/android/launcher3/util/FlagOp.java:22
↓ 4 callers
Method
removeItem
(ShortcutInfo item, boolean animate)
src/com/android/launcher3/folder/FolderIcon.java:232
↓ 4 callers
Method
removeListener
()
src/com/android/launcher3/dragndrop/BaseItemDragListener.java:209
↓ 4 callers
Method
removePackage
Remove the apps for the given apk identified by packageName.
src/com/android/launcher3/AllAppsList.java:138
↓ 4 callers
Method
removeWorkspaceItem
For opposite operation. See {@link #addInScreen}.
src/com/android/launcher3/Workspace.java:3548
↓ 4 callers
Method
replaceFolderWithFinalItem
()
src/com/android/launcher3/folder/Folder.java:1247
↓ 4 callers
Method
revertTempState
()
src/com/android/launcher3/CellLayout.java:2255
↓ 4 callers
Method
run
()
src/com/android/launcher3/folder/Folder.java:345
↓ 4 callers
Method
runOnWorkerThread
Runs the specified runnable immediately if called from the worker thread, otherwise it is posted on the worker thread handler.
src/com/android/launcher3/LauncherModel.java:170
↓ 4 callers
Method
runTest
@param rotateConfig should the config screen be rotated @param acceptConfig accept the config activity
tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java:95
↓ 4 callers
Method
runTest
(String activityMethod, boolean isWidget, ItemOperator itemMatcher, Intent... commandIntents)
tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java:142
↓ 4 callers
Method
scrollToTop
Scrolls this recycler view to the top.
src/com/android/launcher3/allapps/AllAppsRecyclerView.java:192
↓ 4 callers
Method
setActiveMarker
(int activePage)
src/com/android/launcher3/pageindicators/PageIndicator.java:40
↓ 4 callers
Method
setAlpha
(int alpha)
src/com/android/launcher3/pageindicators/CaretDrawable.java:141
↓ 4 callers
Method
setAlpha
(int alpha)
src/com/android/launcher3/allapps/AllAppsBackgroundDrawable.java:176
↓ 4 callers
Method
setBackgroundAlpha
(float alpha)
src/com/android/launcher3/CellLayout.java:882
↓ 4 callers
Method
setCellDimensions
(int width, int height)
src/com/android/launcher3/CellLayout.java:364
↓ 4 callers
Method
setDefaultLauncher
Sets the target launcher as default launcher.
tests/src/com/android/launcher3/util/rule/ShellCommandRule.java:83
↓ 4 callers
Method
setDrawable
(int resId)
src/com/android/launcher3/ButtonDropTarget.java:105
↓ 4 callers
Method
setGridSize
(int x, int y)
src/com/android/launcher3/CellLayout.java:370
↓ 4 callers
Method
setInternalProgress
Sets the internal progress and updates the UI accordingly for progress <= 0: - icon in the small scale and disabled state - progress track i
src/com/android/launcher3/graphics/PreloadIconDrawable.java:263
↓ 4 callers
Method
setMarkersCount
(int numMarkers)
src/com/android/launcher3/pageindicators/PageIndicator.java:52
↓ 4 callers
Method
setOption
@param option flag to set or clear @param isEnabled whether to set or clear the flag @param writer if not null, save changes to the db.
src/com/android/launcher3/FolderInfo.java:148
↓ 4 callers
Method
setState
(ScrollState newState)
src/com/android/launcher3/touch/SwipeDetector.java:113
↓ 4 callers
Method
setStayPressed
(boolean stayPressed)
src/com/android/launcher3/BubbleTextView.java:312
↓ 4 callers
Method
setTextVisible
(boolean visible)
src/com/android/launcher3/folder/FolderIcon.java:512
↓ 4 callers
Method
setTitle
(CharSequence title)
src/com/android/launcher3/FolderInfo.java:96
↓ 4 callers
Method
setVelocityAtZero
(float velocity)
src/com/android/launcher3/touch/SwipeDetector.java:359
↓ 4 callers
Method
setWorkspaceLoading
(boolean value)
src/com/android/launcher3/Launcher.java:1992
↓ 4 callers
Method
showForIcon
Shows the notifications and deep shortcuts associated with {@param icon}. @return the container if shown or null.
src/com/android/launcher3/popup/PopupContainerWithArrow.java:154
↓ 4 callers
Method
snapToDestination
()
src/com/android/launcher3/PagedView.java:1828
↓ 4 callers
Method
startActivityForResult
(Intent intent, int requestCode, Bundle options)
src/com/android/launcher3/Launcher.java:1881
↓ 4 callers
Method
startListening
()
src/com/android/launcher3/LauncherAppWidgetHost.java:64
↓ 4 callers
Method
startSearch
Starts a search with {@param initialQuery}. Return false if search was not started.
src/com/android/launcher3/LauncherCallbacks.java:83
↓ 4 callers
Method
toByteArray
(File file)
src/com/android/launcher3/util/IOUtils.java:33
↓ 4 callers
Method
translationX
(float value)
src/com/android/launcher3/anim/PropertyListBuilder.java:15
↓ 4 callers
Method
tryAndUpdatePredictedApps
Updates the set of predicted apps if it hasn't been updated since the last time Launcher was resumed.
src/com/android/launcher3/Launcher.java:3061
↓ 4 callers
Method
unlockScreenOrientation
(boolean immediate)
src/com/android/launcher3/Launcher.java:3888
↓ 4 callers
Method
unregister
()
src/com/android/launcher3/util/SettingsObserver.java:31
↓ 4 callers
Method
update
Updates an item in the DB.
src/com/android/launcher3/model/GridSizeMigrationTask.java:358
↓ 4 callers
Method
updateAdapterItems
Updates the set of filtered apps with the current filter. At this point, we expect mCachedSectionNames to have been calculated for the set of all app
src/com/android/launcher3/allapps/AlphabeticalAppsList.java:452
↓ 4 callers
Method
updateChildIndices
()
src/com/android/launcher3/dragndrop/DragLayer.java:827
↓ 4 callers
Method
updateFromDeepShortcutInfo
(ShortcutInfoCompat shortcutInfo, Context context)
src/com/android/launcher3/ShortcutInfo.java:210
↓ 4 callers
Method
updateItemInfoProps
( ItemInfo item, long container, long screenId, int cellX, int cellY)
src/com/android/launcher3/model/ModelWriter.java:62
↓ 4 callers
Method
updateTextViewFocus
()
src/com/android/launcher3/folder/Folder.java:1300
↓ 4 callers
Method
updateTrackedViewsFastScrollFocusState
Updates the fast scroll focus on all the children.
src/com/android/launcher3/allapps/AllAppsFastScrollHelper.java:205
↓ 4 callers
Method
updateVisibility
(View view, boolean accessibilityEnabled)
src/com/android/launcher3/WorkspaceStateTransitionAnimation.java:59
↓ 4 callers
Method
updateWidgetSizeRanges
(AppWidgetHostView widgetView, Launcher launcher, int spanX, int spanY)
src/com/android/launcher3/AppWidgetResizeFrame.java:313
↓ 4 callers
Method
verifyHighRes
Verifies that the current icon is high-res otherwise posts a request to load the icon.
src/com/android/launcher3/BubbleTextView.java:622
↓ 4 callers
Method
verifyHotseat
(long... sortedIds)
tests/src/com/android/launcher3/model/GridSizeMigrationTaskTest.java:96
↓ 4 callers
Method
waitForIdle
()
src/com/android/launcher3/model/LoaderTask.java:120
↓ 4 callers
Method
writeToDumpTarget
(ItemInfo info)
src/com/android/launcher3/logging/DumpTargetWrapper.java:134
↓ 3 callers
Method
addAndBindAddedWorkspaceItems
Adds the provided items to the workspace.
src/com/android/launcher3/LauncherModel.java:196
← previous
next →
601–700 of 4,423, ranked by callers