Searched refs:ArrowPopup (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/ |
D | TaplAppIconMenuTest.java | 26 import com.android.launcher3.popup.ArrowPopup; 44 final ArrowPopup<?> popup = launcher.getOptionsPopup(); in isOptionsPopupVisible()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 66 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
|
D | PopupContainerWithArrow.java | 80 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarDividerPopupView.kt | 35 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/ |
D | TaskMenuViewWithArrow.kt | 35 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/ |
D | OptionsPopupView.java | 52 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/ |
D | LauncherAccessibilityDelegate.java | 49 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/ |
D | Launcher.java | 218 import com.android.launcher3.popup.ArrowPopup; 3153 public ArrowPopup<?> getOptionsPopup() {
|