Home
last modified time | relevance | path

Searched refs:getShortcutsAndWidgets (Results 1 – 11 of 11) 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/src/com/android/launcher3/
DFocusHelper.java228 int iconRank = ((CellLayout.LayoutParams) hotseatLayout.getShortcutsAndWidgets() in handleHotseatButtonKeyEvent()
238 final ViewGroup iconParent = iconLayout.getShortcutsAndWidgets(); in handleHotseatButtonKeyEvent()
347 ShortcutAndWidgetContainer hotseatParent = hotseatLayout.getShortcutsAndWidgets(); in handleIconKeyEvent()
479 return parent.getShortcutsAndWidgets(); in getCellLayoutChildrenForIndex()
DWorkspace.java628 if (finalScreen.getShortcutsAndWidgets().getChildCount() == 0 && in convertFinalScreenToEmptyScreenIfNecessary()
803 && cl.getShortcutsAndWidgets().getChildCount() == 0) { in stripEmptyScreens()
1227 child.getShortcutsAndWidgets().setAlpha(alpha); in updatePageAlphaValues()
1230 child.getShortcutsAndWidgets().setImportantForAccessibility( in updatePageAlphaValues()
1436 page.getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in updateAccessibilityFlags()
1972 ShortcutAndWidgetContainer boundingLayout = child.getShortcutsAndWidgets();
2597 cellLayout.getShortcutsAndWidgets().measureChild(view);
2914 if (layout.getShortcutsAndWidgets().indexOfChild(v) > -1) { in getParentCellLayoutForView()
3058 final ViewGroup layout = layoutParent.getShortcutsAndWidgets(); in removeItemsByMatcher()
3128 ShortcutAndWidgetContainer container = layout.getShortcutsAndWidgets(); in mapOverCellLayout()
DCellLayout.java300 getShortcutsAndWidgets().setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO); in enableAccessibleDrag()
312 getShortcutsAndWidgets().setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in enableAccessibleDrag()
861 public ShortcutAndWidgetContainer getShortcutsAndWidgets() { in getShortcutsAndWidgets() method in CellLayout
871 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets(); in animateChildToPosition()
1004 int cHeight = getShortcutsAndWidgets().getCellContentHeight(); in visualizeDropLocation()
DWorkspaceStateTransitionAnimation.java166 propertySetter.setFloat(cl.getShortcutsAndWidgets(), View.ALPHA, in applyChildState()
DLauncherState.java312 && currentChild.getShortcutsAndWidgets().getAlpha() > 0;
DLauncher.java1708 parent.getShortcutsAndWidgets().measureChild(newFolder); in addFolder()
2469 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
2479 ViewGroup layout = mHotseat.getShortcutsAndWidgets(); in dump()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java150 ShortcutAndWidgetContainer container = page.getShortcutsAndWidgets(); in unbindItems()
231 page.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false); in createAndAddNewPage()
372 ShortcutAndWidgetContainer container = getCurrentCellLayout().getShortcutsAndWidgets(); in getViewInCurrentPage()
476 ShortcutAndWidgetContainer parent = page.getShortcutsAndWidgets(); in verifyVisibleHighResIcons()
DFolderAnimationManager.java301 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
DFolder.java477 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java83 ShortcutAndWidgetContainer currentPage = cellLayout.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim()