Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java457 (cl.getShortcutsAndWidgets().getAlpha() > 0 || in shouldDrawChild()
674 ShortcutAndWidgetContainer swc = cl.getShortcutsAndWidgets(); in reinflateWidgetsIfNecessary()
1199 child.getShortcutsAndWidgets().setAlpha(alpha);
1617 float currentAlpha = cl.getShortcutsAndWidgets().getAlpha();
1662 float currentAlpha = cl.getShortcutsAndWidgets().getAlpha();
1683 new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());
3165 cellLayout.getShortcutsAndWidgets().measureChild(view);
3399 int count = cl.getShortcutsAndWidgets().getChildCount();
3410 View v = cl.getShortcutsAndWidgets().getChildAt(i);
3555 if (layout.getShortcutsAndWidgets().indexOfChild(v) > -1) {
[all …]
DFolder.java158 mContent.getShortcutsAndWidgets().setMotionEventSplittingEnabled(false); in onFinishInflate()
817 ShortcutAndWidgetContainer boundingLayout = currentLayout.getShortcutsAndWidgets(); in centerAboutIcon()
913 return mContent.getShortcutsAndWidgets().getChildCount(); in getItemCount()
917 return mContent.getShortcutsAndWidgets().getChildAt(index); in getItemAt()
DFocusHelper.java535 final ShortcutAndWidgetContainer children = layout.getShortcutsAndWidgets(); in handleHotseatButtonKeyEvent()
DCellLayout.java1084 public ShortcutAndWidgetContainer getShortcutsAndWidgets() { in getShortcutsAndWidgets() method in CellLayout
1097 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets(); in animateChildToPosition()