/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
H A D | HotseatEduController.java | 236 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 D | HotseatPredictionController.java | 123 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 D | Hotseat.java | 176 int width = getShortcutsAndWidgets().getMeasuredWidth(); in onMeasure() 198 getShortcutsAndWidgets().setAlpha(alpha); in setIconsAlpha() 202 return getShortcutsAndWidgets().getAlpha(); in getIconsAlpha()
|
H A D | Workspace.java | 363 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 D | WorkspaceStateTransitionAnimation.java | 190 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState()
|
H A D | Launcher.java | 1868 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 D | CellLayout.java | 328 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 D | TwoPanelWorkspaceTest.java | 256 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 D | UnfoldMoveFromCenterHotseatAnimator.java | 41 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
|
H A D | UnfoldMoveFromCenterWorkspaceAnimator.java | 47 .getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
|
H A D | StaggeredWorkspaceAnim.java | 115 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim() 165 ShortcutAndWidgetContainer itemsContainer = page.getShortcutsAndWidgets(); in addAnimationForPage()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | FolderPagedView.java | 164 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 D | FolderAnimationManager.java | 341 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
|
H A D | Folder.java | 601 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
H A D | QuickstepAtomicAnimationFactory.java | 128 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | QuickstepTransitionManager.java | 521 view -> viewsToAnimate.add(((CellLayout) view).getShortcutsAndWidgets())); in getLauncherContentAnimator()
|