/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Hotseat.java | 100 getShortcutsAndWidgets().setTranslationProvider(child -> { in resetLayout() 101 int index = getShortcutsAndWidgets().indexOfChild(child); in resetLayout() 113 getShortcutsAndWidgets().setTranslationProvider(null); in resetLayout() 144 ShortcutAndWidgetContainer icons = getShortcutsAndWidgets(); in adjustForBubbleBar() 280 getShortcutsAndWidgets().setAlpha(alpha); in setIconsAlpha() 291 return getShortcutsAndWidgets().getAlpha(); in getIconsAlpha()
|
D | Workspace.java | 391 mWorkspaceScreens.get(mScreenOrder.get(i)).getShortcutsAndWidgets(); in updateWorkspaceWidgetsSizes() 710 dragSourceChildCount += pagePair.getShortcutsAndWidgets().getChildCount(); in addExtraEmptyScreenOnDrag() 798 if (screen == null || screen.getShortcutsAndWidgets().getChildCount() != 0 in convertFinalScreenToEmptyScreenIfNecessary() 1044 && cl.getShortcutsAndWidgets().getChildCount() == 0) { in stripEmptyScreens() 1411 child.getShortcutsAndWidgets().setAlpha(alpha); in updatePageAlphaValues() 1414 child.getShortcutsAndWidgets().setImportantForAccessibility( in updatePageAlphaValues() 1628 page.getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in updateAccessibilityFlags() 2263 ShortcutAndWidgetContainer boundingLayout = child.getShortcutsAndWidgets(); 2579 || mLauncher.getHotseat().getShortcutsAndWidgets() == null 2583 View hotseatShortcuts = mLauncher.getHotseat().getShortcutsAndWidgets(); [all …]
|
D | Launcher.java | 1988 parent.getShortcutsAndWidgets().measureChild(newFolder); 2470 folder.getContent().getCurrentCellLayout().getShortcutsAndWidgets()), 2481 containers.add(mWorkspace.getHotseat().getShortcutsAndWidgets()); 2483 -> containers.add(((CellLayout) page).getShortcutsAndWidgets())); 2670 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); 2680 ViewGroup layout = mHotseat.getShortcutsAndWidgets();
|
D | WorkspaceStateTransitionAnimation.java | 230 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState()
|
D | CellLayout.java | 331 getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in setDragAndDropAccessibilityDelegate() 1046 public ShortcutAndWidgetContainer getShortcutsAndWidgets() { in getShortcutsAndWidgets() method in CellLayout 1056 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets(); in animateChildToPosition()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatEduController.java | 140 if (mHotseat.getShortcutsAndWidgets().getChildCount() in showDimissTip() 155 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showEdu() 159 View v = mHotseat.getShortcutsAndWidgets().getChildAt(i); in showEdu() 185 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showHotseatArrowTip() 192 View v = mHotseat.getShortcutsAndWidgets().getChildAt(x, y); in showHotseatArrowTip()
|
D | HotseatPredictionController.java | 135 mHotseat.getShortcutsAndWidgets().setOnHierarchyChangeListener(this); in HotseatPredictionController() 340 ViewGroup vg = mHotseat.getShortcutsAndWidgets(); in getPredictedIcons()
|
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | MulticellReorderAlgorithm.java | 78 mcl.getShortcutsAndWidgets().addViewInLayout(mSeam, lp); in addSeam() 86 mcl.getShortcutsAndWidgets().removeViewInLayout(mSeam); in removeSeam() 112 ShortcutAndWidgetContainer shortcutAndWidgets = mCellLayout.getShortcutsAndWidgets(); in createGridOccupancyWithSeam()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | CellLayoutTestUtils.java | 36 int count = cellLayout.getShortcutsAndWidgets().getChildCount(); in workspaceToBoards() 38 View callView = cellLayout.getShortcutsAndWidgets().getChildAt(i); in workspaceToBoards()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/ |
D | TaplTwoPanelWorkspaceTest.java | 352 page.getShortcutsAndWidgets().getChildCount()); in assertPageEmpty() 369 int itemCount = page.getShortcutsAndWidgets().getChildCount(); in assertItemsOnPage() 371 ItemInfo itemInfo = (ItemInfo) page.getShortcutsAndWidgets().getChildAt(i).getTag(); in assertItemsOnPage()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 167 ShortcutAndWidgetContainer container = page.getShortcutsAndWidgets(); in unbindItems() 264 page.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false); in createAndAddNewPage() 405 ShortcutAndWidgetContainer container = getCurrentCellLayout().getShortcutsAndWidgets(); in getViewInCurrentPage() 513 ShortcutAndWidgetContainer parent = page.getShortcutsAndWidgets(); in verifyVisibleHighResIcons()
|
D | FolderAnimationManager.java | 380 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
|
D | Folder.java | 622 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | UnfoldMoveFromCenterHotseatAnimator.java | 45 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
|
D | UnfoldMoveFromCenterWorkspaceAnimator.java | 51 .getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
|
D | StaggeredWorkspaceAnim.java | 121 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim() 185 ShortcutAndWidgetContainer itemsContainer = page.getShortcutsAndWidgets(); in addAnimationForPage()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 157 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 434 l.getHotseat().getShortcutsAndWidgets(); in call()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 570 view -> viewsToAnimate.add(((CellLayout) view).getShortcutsAndWidgets())); in getLauncherContentAnimator()
|