Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java226 if (mHotseat.getShortcutsAndWidgets().getChildCount() in showDimissTip()
242 int childCount = mHotseat.getShortcutsAndWidgets().getChildCount(); in showEdu()
246 View v = mHotseat.getShortcutsAndWidgets().getChildAt(i); in showEdu()
DHotseatPredictionController.java123 mHotseat.getShortcutsAndWidgets().setOnHierarchyChangeListener(this); in HotseatPredictionController()
307 || mHotseat.getShortcutsAndWidgets().getChildCount() < mHotSeatItemsCount; in setPredictedItems()
360 ViewGroup vg = mHotseat.getShortcutsAndWidgets(); in getPredictedIcons()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java164 ShortcutAndWidgetContainer container = page.getShortcutsAndWidgets(); in unbindItems()
246 page.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false); in createAndAddNewPage()
387 ShortcutAndWidgetContainer container = getCurrentCellLayout().getShortcutsAndWidgets(); in getViewInCurrentPage()
490 ShortcutAndWidgetContainer parent = page.getShortcutsAndWidgets(); in verifyVisibleHighResIcons()
DFolderAnimationManager.java348 ShortcutAndWidgetContainer cwc = mContent.getPageAt(0).getShortcutsAndWidgets(); in addPreviewItemAnimators()
DFolder.java596 final ShortcutAndWidgetContainer container = currentCellLayout.getShortcutsAndWidgets(); in shouldUseHardwareLayerForAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java183 int width = getShortcutsAndWidgets().getMeasuredWidth(); in onMeasure()
230 getShortcutsAndWidgets().setAlpha(alpha); in setIconsAlpha()
DWorkspace.java690 if (finalScreen.getShortcutsAndWidgets().getChildCount() == 0 && in convertFinalScreenToEmptyScreenIfNecessary()
819 && cl.getShortcutsAndWidgets().getChildCount() == 0) { in stripEmptyScreens()
1194 child.getShortcutsAndWidgets().setAlpha(alpha); in updatePageAlphaValues()
1197 child.getShortcutsAndWidgets().setImportantForAccessibility( in updatePageAlphaValues()
1410 page.getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in updateAccessibilityFlags()
2005 ShortcutAndWidgetContainer boundingLayout = child.getShortcutsAndWidgets();
2610 cellLayout.getShortcutsAndWidgets().measureChild(view);
2934 if (layout.getShortcutsAndWidgets().indexOfChild(v) > -1) {
3077 ShortcutAndWidgetContainer container = layout.getShortcutsAndWidgets(); in removeItemsByMatcher()
3136 ShortcutAndWidgetContainer container = layout.getShortcutsAndWidgets(); in mapOverCellLayout()
DWorkspaceStateTransitionAnimation.java190 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState()
DCellLayout.java327 getShortcutsAndWidgets().setImportantForAccessibility(accessibilityFlag); in setDragAndDropAccessibilityDelegate()
932 public ShortcutAndWidgetContainer getShortcutsAndWidgets() { in getShortcutsAndWidgets() method in CellLayout
942 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets(); in animateChildToPosition()
DLauncher.java1839 parent.getShortcutsAndWidgets().measureChild(newFolder); in addFolder()
2723 ViewGroup layout = ((CellLayout) mWorkspace.getPageAt(i)).getShortcutsAndWidgets(); in dump()
2733 ViewGroup layout = mHotseat.getShortcutsAndWidgets(); in dump()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java115 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim()
165 ShortcutAndWidgetContainer itemsContainer = page.getShortcutsAndWidgets(); in addAnimationForPage()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarHotseatController.java72 ShortcutAndWidgetContainer shortcutsAndWidgets = mHotseat.getShortcutsAndWidgets(); in onHotseatUpdated()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java122 && currentChild.getShortcutsAndWidgets().getAlpha() > 0; in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java500 view -> viewsToAnimate.add(((CellLayout) view).getShortcutsAndWidgets())); in getLauncherContentAnimator()