Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java100 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()
DWorkspace.java391 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 …]
DLauncher.java1988 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();
DWorkspaceStateTransitionAnimation.java230 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState()
DCellLayout.java331 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/
DHotseatEduController.java140 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()
DHotseatPredictionController.java135 mHotseat.getShortcutsAndWidgets().setOnHierarchyChangeListener(this); in HotseatPredictionController()
340 ViewGroup vg = mHotseat.getShortcutsAndWidgets(); in getPredictedIcons()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java78 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/
DCellLayoutTestUtils.java36 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/
DTaplTwoPanelWorkspaceTest.java352 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/
DFolderPagedView.java167 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()
DFolderAnimationManager.java380 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
DFolder.java622 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DUnfoldMoveFromCenterHotseatAnimator.java45 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
DUnfoldMoveFromCenterWorkspaceAnimator.java51 .getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
DStaggeredWorkspaceAnim.java121 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim()
185 ShortcutAndWidgetContainer itemsContainer = page.getShortcutsAndWidgets(); in addAnimationForPage()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java157 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java434 l.getHotseat().getShortcutsAndWidgets(); in call()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java570 view -> viewsToAnimate.add(((CellLayout) view).getShortcutsAndWidgets())); in getLauncherContentAnimator()