Home
last modified time | relevance | path

Searched refs:getShortcutsAndWidgets (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatEduController.java236 if (mHotseat.getShortcutsAndWidgets().getChildCount() in showDimissTip()
251 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showEdu()
255 View v = mHotseat.getShortcutsAndWidgets().getChildAt(i); in showEdu()
281 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showHotseatArrowTip()
288 View v = mHotseat.getShortcutsAndWidgets().getChildAt(x, y); in showHotseatArrowTip()
H A DHotseatPredictionController.java123 mHotseat.getShortcutsAndWidgets().setOnHierarchyChangeListener(this); in HotseatPredictionController()
285 || mHotseat.getShortcutsAndWidgets().getChildCount() < mHotSeatItemsCount; in setPredictedItems()
338 ViewGroup vg = mHotseat.getShortcutsAndWidgets(); in getPredictedIcons()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java176 int width = getShortcutsAndWidgets().getMeasuredWidth(); in onMeasure()
198 getShortcutsAndWidgets().setAlpha(alpha); in setIconsAlpha()
202 return getShortcutsAndWidgets().getAlpha(); in getIconsAlpha()
H A DWorkspace.java363 mWorkspaceScreens.get(mScreenOrder.get(i)).getShortcutsAndWidgets(); in updateWorkspaceWidgetsSizes()
749 if (screen == null || screen.getShortcutsAndWidgets().getChildCount() != 0 in convertFinalScreenToEmptyScreenIfNecessary()
972 && cl.getShortcutsAndWidgets().getChildCount() == 0) { in stripEmptyScreens()
1379 child.getShortcutsAndWidgets().setAlpha(alpha); in updatePageAlphaValues()
1382 child.getShortcutsAndWidgets().setImportantForAccessibility( in updatePageAlphaValues()
1591 page.getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in updateAccessibilityFlags()
2188 ShortcutAndWidgetContainer boundingLayout = child.getShortcutsAndWidgets(); in getPageAreaRelativeToDragLayer()
2801 cellLayout.getShortcutsAndWidgets().measureChild(view); in onDropExternal()
3122 if (layout.getShortcutsAndWidgets().indexOfChild(v) > -1) { in getParentCellLayoutForView()
3192 ShortcutAndWidgetContainer container = layout.getShortcutsAndWidgets(); in removeItemsByMatcher()
[all …]
H A DWorkspaceStateTransitionAnimation.java190 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState()
H A DLauncher.java1868 parent.getShortcutsAndWidgets().measureChild(newFolder); in addFolder()
2708 containers.add(mWorkspace.getHotseat().getShortcutsAndWidgets()); in getFirstMatchForAppClose()
2710 -> containers.add(((CellLayout) page).getShortcutsAndWidgets())); in getFirstMatchForAppClose()
2867 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
2877 ViewGroup layout = mHotseat.getShortcutsAndWidgets(); in dump()
H A DCellLayout.java328 getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in setDragAndDropAccessibilityDelegate()
1020 public ShortcutAndWidgetContainer getShortcutsAndWidgets() { in getShortcutsAndWidgets() method in CellLayout
1030 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets(); in animateChildToPosition()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
H A DTwoPanelWorkspaceTest.java256 page.getShortcutsAndWidgets().getChildCount()); in assertPageEmpty()
273 int itemCount = page.getShortcutsAndWidgets().getChildCount(); in assertItemsOnPage()
275 ItemInfo itemInfo = (ItemInfo) page.getShortcutsAndWidgets().getChildAt(i).getTag(); in assertItemsOnPage()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DUnfoldMoveFromCenterHotseatAnimator.java41 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
H A DUnfoldMoveFromCenterWorkspaceAnimator.java47 .getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
H A DStaggeredWorkspaceAnim.java115 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim()
165 ShortcutAndWidgetContainer itemsContainer = page.getShortcutsAndWidgets(); in addAnimationForPage()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java164 ShortcutAndWidgetContainer container = page.getShortcutsAndWidgets(); in unbindItems()
246 page.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false); in createAndAddNewPage()
387 ShortcutAndWidgetContainer container = getCurrentCellLayout().getShortcutsAndWidgets(); in getViewInCurrentPage()
490 ShortcutAndWidgetContainer parent = page.getShortcutsAndWidgets(); in verifyVisibleHighResIcons()
H A DFolderAnimationManager.java341 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
H A DFolder.java601 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DQuickstepAtomicAnimationFactory.java128 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java521 view -> viewsToAnimate.add(((CellLayout) view).getShortcutsAndWidgets())); in getLauncherContentAnimator()