Searched refs:DeepShortcutView (Results 1 – 7 of 7) sorted by relevance
67 import com.android.launcher3.shortcuts.DeepShortcutView;88 private final List<DeepShortcutView> mShortcuts = new ArrayList<>();228 DeepShortcutView lastView = null; in onInflationComplete()231 if (view.getVisibility() == VISIBLE && view instanceof DeepShortcutView) { in onInflationComplete()235 lastView = (DeepShortcutView) view; in onInflationComplete()359 DeepShortcutView view = mShortcuts.get(i); in updateHiddenShortcuts()369 DeepShortcutView lastView = null; in updateDividers()372 if (view.getVisibility() == VISIBLE && view instanceof DeepShortcutView) { in updateDividers()376 lastView = (DeepShortcutView) view; in updateDividers()424 if (view instanceof DeepShortcutView) { in initializeSystemShortcut()[all …]
32 import com.android.launcher3.shortcuts.DeepShortcutView;127 final List<DeepShortcutView> shortcutViews, in createUpdateRunnable()157 final DeepShortcutView view = shortcutViews.get(i); in createUpdateRunnable()
32 import com.android.launcher3.shortcuts.DeepShortcutView;52 if ((host.getParent() instanceof DeepShortcutView)) { in addSupportedActions()64 if (!(host.getParent() instanceof DeepShortcutView)) { in performAction()67 final WorkspaceItemInfo info = ((DeepShortcutView) host.getParent()).getFinalInfo(); in performAction()
38 public class DeepShortcutView extends FrameLayout { class49 public DeepShortcutView(Context context) { in DeepShortcutView() method in DeepShortcutView53 public DeepShortcutView(Context context, AttributeSet attrs) { in DeepShortcutView() method in DeepShortcutView57 public DeepShortcutView(Context context, AttributeSet attrs, int defStyle) { in DeepShortcutView() method in DeepShortcutView
73 import com.android.launcher3.shortcuts.DeepShortcutView;352 if (v instanceof DeepShortcutView) { in getLocationBoundsForView()353 v = ((DeepShortcutView) v).getBubbleText(); in getLocationBoundsForView()355 } else if (v.getParent() instanceof DeepShortcutView) { in getLocationBoundsForView()356 v = ((DeepShortcutView) v.getParent()).getIconView(); in getLocationBoundsForView()408 } else if (originalView instanceof DeepShortcutView) { in getIconResult()409 drawable = ((DeepShortcutView) originalView).getIconView().getBackground(); in getIconResult()
42 import com.android.launcher3.shortcuts.DeepShortcutView;130 DeepShortcutView view = popup.inflateAndAdd(R.layout.system_shortcut, popup); in show()
68 import com.android.launcher3.shortcuts.DeepShortcutView;451 if (v instanceof BubbleTextView && !(v.getParent() instanceof DeepShortcutView)) { in getOpeningWindowAnimators()