Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java165 ShortcutAndWidgetContainer parent = layout.getShortcutsAndWidgets(); in createSparseMatrix()
200 ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in createSparseMatrixWithHotseat()
201 ViewGroup hotseatParent = hotseatLayout.getShortcutsAndWidgets(); in createSparseMatrixWithHotseat()
257 ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in createSparseMatrixWithPivotColumn()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java234 if (mHotseat.getShortcutsAndWidgets().getChildCount() in showDimissTip()
250 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showEdu()
254 View v = mHotseat.getShortcutsAndWidgets().getChildAt(i); in showEdu()
DHotseatPredictionController.java457 ViewGroup vg = mHotseat.getShortcutsAndWidgets(); in getPredictedIcons()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java154 ShortcutAndWidgetContainer container = page.getShortcutsAndWidgets(); in unbindItems()
236 page.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false); in createAndAddNewPage()
377 ShortcutAndWidgetContainer container = getCurrentCellLayout().getShortcutsAndWidgets(); in getViewInCurrentPage()
481 ShortcutAndWidgetContainer parent = page.getShortcutsAndWidgets(); in verifyVisibleHighResIcons()
DFolderAnimationManager.java301 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
DFolder.java522 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java229 int iconRank = ((CellLayout.LayoutParams) hotseatLayout.getShortcutsAndWidgets() in handleHotseatButtonKeyEvent()
239 final ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in handleHotseatButtonKeyEvent()
348 ShortcutAndWidgetContainer hotseatParent = hotseatLayout.getShortcutsAndWidgets(); in handleIconKeyEvent()
480 return parent.getShortcutsAndWidgets(); in getCellLayoutChildrenForIndex()
DWorkspace.java627 if (finalScreen.getShortcutsAndWidgets().getChildCount() == 0 && in convertFinalScreenToEmptyScreenIfNecessary()
755 && cl.getShortcutsAndWidgets().getChildCount() == 0) { in stripEmptyScreens()
1201 child.getShortcutsAndWidgets().setAlpha(alpha); in updatePageAlphaValues()
1204 child.getShortcutsAndWidgets().setImportantForAccessibility( in updatePageAlphaValues()
1410 page.getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in updateAccessibilityFlags()
1947 ShortcutAndWidgetContainer boundingLayout = child.getShortcutsAndWidgets();
2543 cellLayout.getShortcutsAndWidgets().measureChild(view);
2862 if (layout.getShortcutsAndWidgets().indexOfChild(v) > -1) { in getParentCellLayoutForView()
3006 final ViewGroup layout = layoutParent.getShortcutsAndWidgets(); in removeItemsByMatcher()
3076 ShortcutAndWidgetContainer container = layout.getShortcutsAndWidgets(); in mapOverCellLayout()
DWorkspaceStateTransitionAnimation.java213 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState()
DCellLayout.java304 getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in setDragAndDropAccessibilityDelegate()
850 public ShortcutAndWidgetContainer getShortcutsAndWidgets() { in getShortcutsAndWidgets() method in CellLayout
860 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets(); in animateChildToPosition()
992 int cHeight = getShortcutsAndWidgets().getCellContentHeight(); in visualizeDropLocation()
DLauncher.java1726 parent.getShortcutsAndWidgets().measureChild(newFolder); in addFolder()
2536 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
2546 ViewGroup layout = mHotseat.getShortcutsAndWidgets(); in dump()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java85 ShortcutAndWidgetContainer currentPage = cellLayout.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java176 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java401 .getShortcutsAndWidgets(); in getLauncherContentAnimator()