Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java50 import com.android.launcher3.popup.ArrowPopup;
62 public class OptionsPopupView extends ArrowPopup
175 public static ArrowPopup getOptionsPopup(Launcher launcher) { in getOptionsPopup()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java80 public abstract class ArrowPopup<T extends StatefulActivity<LauncherState>> class
142 public ArrowPopup(Context context, AttributeSet attrs, int defStyleAttr) { in ArrowPopup() method in ArrowPopup
195 public ArrowPopup(Context context, AttributeSet attrs) { in ArrowPopup() method in ArrowPopup
199 public ArrowPopup(Context context) { in ArrowPopup() method in ArrowPopup
DPopupContainerWithArrow.java87 extends ArrowPopup<T> implements DragSource, DragController.DragListener {
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java32 import com.android.launcher3.popup.ArrowPopup;
284 final ArrowPopup popup = OptionsPopupView.getOptionsPopup(launcher); in isOptionsPopupVisible()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java44 import com.android.launcher3.popup.ArrowPopup;
269 ArrowPopup popup = OptionsPopupView.show(mLauncher, new RectF(pos), actions, false); in performAction()