Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java41 import com.android.launcher3.popup.ArrowPopup;
54 public class OptionsPopupView extends ArrowPopup
142 public static ArrowPopup getOptionsPopup(Launcher launcher) { in getOptionsPopup()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java61 public abstract class ArrowPopup extends AbstractFloatingView { class
82 public ArrowPopup(Context context, AttributeSet attrs, int defStyleAttr) { in ArrowPopup() method in ArrowPopup
106 public ArrowPopup(Context context, AttributeSet attrs) { in ArrowPopup() method in ArrowPopup
110 public ArrowPopup(Context context) { in ArrowPopup() method in ArrowPopup
DPopupContainerWithArrow.java84 public class PopupContainerWithArrow extends ArrowPopup implements DragSource,
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java34 import com.android.launcher3.popup.ArrowPopup;
274 final ArrowPopup popup = OptionsPopupView.getOptionsPopup(launcher); in isOptionsPopupVisible()