Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java259 page.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false); in createAndAddNewPage()
400 return getPageAt(lastPageIndex).getShortcutsAndWidgets().getChildCount() in getItemCount()
422 ShortcutAndWidgetContainer currContainer = getCurrentCellLayout().getShortcutsAndWidgets(); in getFirstItem()
434 ShortcutAndWidgetContainer currContainer = getCurrentCellLayout().getShortcutsAndWidgets(); in getLastItem()
538 ShortcutAndWidgetContainer parent = page.getShortcutsAndWidgets(); in verifyVisibleHighResIcons()
DFolderAnimationManager.java244 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
DFolder.java466 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()
/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.java635 if (finalScreen.getShortcutsAndWidgets().getChildCount() == 0 && in convertFinalScreenToEmptyScreenIfNecessary()
810 && cl.getShortcutsAndWidgets().getChildCount() == 0) { in stripEmptyScreens()
1222 child.getShortcutsAndWidgets().setAlpha(alpha); in updatePageAlphaValues()
1225 child.getShortcutsAndWidgets().setImportantForAccessibility( in updatePageAlphaValues()
1427 page.getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in updateAccessibilityFlags()
1957 ShortcutAndWidgetContainer boundingLayout = child.getShortcutsAndWidgets();
2579 cellLayout.getShortcutsAndWidgets().measureChild(view);
2879 if (layout.getShortcutsAndWidgets().indexOfChild(v) > -1) {
3023 final ViewGroup layout = layoutParent.getShortcutsAndWidgets(); in removeItemsByMatcher()
3092 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.java168 propertySetter.setFloat(cl.getShortcutsAndWidgets(), View.ALPHA, in applyChildState()
DLauncherState.java308 && currentChild.getShortcutsAndWidgets().getAlpha() > 0;
DLauncher.java1675 parent.getShortcutsAndWidgets().measureChild(newFolder); in addFolder()
2443 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
2453 ViewGroup layout = mHotseat.getShortcutsAndWidgets(); in dump()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java84 .getShortcutsAndWidgets(); in StaggeredWorkspaceAnim()