Searched refs:ArrowPopup (Results 1 – 7 of 7) sorted by relevance
36 import com.android.launcher3.popup.ArrowPopup44 class TaskMenuViewWithArrow<T : BaseDraggingActivity> : ArrowPopup<T> {
76 public abstract class ArrowPopup<T extends Context & ActivityContext> class136 public ArrowPopup(Context context, AttributeSet attrs, int defStyleAttr) { in ArrowPopup() method in ArrowPopup187 public ArrowPopup(Context context, AttributeSet attrs) { in ArrowPopup() method in ArrowPopup191 public ArrowPopup(Context context) { in ArrowPopup() method in ArrowPopup
86 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
50 import com.android.launcher3.popup.ArrowPopup;62 public class OptionsPopupView extends ArrowPopup<Launcher>
32 import com.android.launcher3.popup.ArrowPopup;276 final ArrowPopup<?> popup = launcher.getOptionsPopup(); in isOptionsPopupVisible()
44 import com.android.launcher3.popup.ArrowPopup;284 ArrowPopup popup = OptionsPopupView.show(mLauncher, new RectF(pos), actions, false); in performAction()
161 import com.android.launcher3.popup.ArrowPopup;3122 public ArrowPopup<?> getOptionsPopup() { in getOptionsPopup()