Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskMenuViewWithArrow.kt36 import com.android.launcher3.popup.ArrowPopup
44 class TaskMenuViewWithArrow<T : BaseDraggingActivity> : ArrowPopup<T> {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DArrowPopup.java76 public abstract class ArrowPopup<T extends Context & ActivityContext> class
136 public ArrowPopup(Context context, AttributeSet attrs, int defStyleAttr) { in ArrowPopup() method in ArrowPopup
187 public ArrowPopup(Context context, AttributeSet attrs) { in ArrowPopup() method in ArrowPopup
191 public ArrowPopup(Context context) { in ArrowPopup() method in ArrowPopup
H A DPopupContainerWithArrow.java86 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DOptionsPopupView.java50 import com.android.launcher3.popup.ArrowPopup;
62 public class OptionsPopupView extends ArrowPopup<Launcher>
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DTaplTestsLauncher3.java32 import com.android.launcher3.popup.ArrowPopup;
276 final ArrowPopup<?> popup = launcher.getOptionsPopup(); in isOptionsPopupVisible()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java44 import com.android.launcher3.popup.ArrowPopup;
284 ArrowPopup popup = OptionsPopupView.show(mLauncher, new RectF(pos), actions, false); in performAction()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java161 import com.android.launcher3.popup.ArrowPopup;
3122 public ArrowPopup<?> getOptionsPopup() { in getOptionsPopup()