Home
last modified time | relevance | path

Searched refs:ArrowPopup (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/
DTaplAppIconMenuTest.java26 import com.android.launcher3.popup.ArrowPopup;
44 final ArrowPopup<?> popup = launcher.getOptionsPopup(); in isOptionsPopupVisible()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java66 public abstract class ArrowPopup<T extends Context & ActivityContext> class
135 public ArrowPopup(Context context, AttributeSet attrs, int defStyleAttr) { in ArrowPopup() method in ArrowPopup
179 public ArrowPopup(Context context, AttributeSet attrs) { in ArrowPopup() method in ArrowPopup
183 public ArrowPopup(Context context) { in ArrowPopup() method in ArrowPopup
DPopupContainerWithArrow.java80 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDividerPopupView.kt35 import com.android.launcher3.popup.ArrowPopup in <lambda>()
48 ) : ArrowPopup<T>(context, attrs, defStyleAttr) { in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt35 import com.android.launcher3.popup.ArrowPopup in <lambda>()
42 class TaskMenuViewWithArrow<T> : ArrowPopup<T> where T : RecentsViewContainer, T : Context { in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java52 import com.android.launcher3.popup.ArrowPopup;
66 public class OptionsPopupView<T extends Context & ActivityContext> extends ArrowPopup<T>
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java49 import com.android.launcher3.popup.ArrowPopup;
190 ArrowPopup popup = OptionsPopupView.show(mContext, new RectF(pos), actions, false); in performAction()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java218 import com.android.launcher3.popup.ArrowPopup;
3153 public ArrowPopup<?> getOptionsPopup() {