HomeSort by relevance Sort by last modified time
    Searched defs:AbstractFloatingView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
AbstractFloatingView.java 35 public abstract class AbstractFloatingView extends LinearLayout {
50 public AbstractFloatingView(Context context, AttributeSet attrs) {
54 public AbstractFloatingView(Context context, AttributeSet attrs, int defStyleAttr) {
100 protected static <T extends AbstractFloatingView> T getOpenView(
103 // Iterate in reverse order. AbstractFloatingView is added later to the dragLayer,
107 if (child instanceof AbstractFloatingView) {
108 AbstractFloatingView view = (AbstractFloatingView) child;
118 AbstractFloatingView view = getOpenView(launcher, type);
126 // Iterate in reverse order. AbstractFloatingView is added later to the dragLayer
    [all...]
Launcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutsItemView.java 29 import com.android.launcher3.AbstractFloatingView;
119 AbstractFloatingView.closeOpenContainer(mLauncher, AbstractFloatingView.TYPE_FOLDER);

Completed in 244 milliseconds