Searched refs:OptionsPopupView (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 54 public class OptionsPopupView extends ArrowPopup class 60 public OptionsPopupView(Context context, AttributeSet attrs) { in OptionsPopupView() method in OptionsPopupView 64 public OptionsPopupView(Context context, AttributeSet attrs, int defStyleAttr) { in OptionsPopupView() method in OptionsPopupView 125 OptionsPopupView popup = (OptionsPopupView) launcher.getLayoutInflater() in show() 160 ControlType.WALLPAPER_BUTTON, OptionsPopupView::startWallpaperPicker)); in showDefaultOptions() 163 ControlType.WIDGETS_BUTTON, OptionsPopupView::onWidgetsClicked)); in showDefaultOptions() 166 ControlType.SETTINGS_BUTTON, OptionsPopupView::startSettings)); in showDefaultOptions()
|
D | ScrimView.java | 441 return OptionsPopupView.startWallpaperPicker(ScrimView.this); in onPerformActionForVirtualView() 445 WidgetsFullSheet widgetsFullSheet = OptionsPopupView.openWidgets(mLauncher); in onPerformActionForVirtualView() 462 return OptionsPopupView.startSettings(ScrimView.this); in onPerformActionForVirtualView()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | TaplTestsLauncher3.java | 42 import com.android.launcher3.views.OptionsPopupView; 101 OptionsPopupView.getOptionsPopup(launcher) != null)); in testDevicePressMenu() 274 final ArrowPopup popup = OptionsPopupView.getOptionsPopup(launcher); in isOptionsPopupVisible()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | WorkspaceTouchListener.java | 41 import com.android.launcher3.views.OptionsPopupView; 178 … OptionsPopupView.showDefaultOptions(mLauncher, mTouchDownPoint.x, mTouchDownPoint.y); in onLongPress()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 142 import com.android.launcher3.views.OptionsPopupView; 2573 OptionsPopupView.openWidgets(this); in onKeyShortcut() 2594 OptionsPopupView.showDefaultOptions(this, -1, -1); in onKeyUp()
|