Home
last modified time | relevance | path

Searched refs:MENU_STATE_NONE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java26 import static com.android.wm.shell.pip.phone.PhonePipMenuController.MENU_STATE_NONE;
110 private int mMenuState = MENU_STATE_NONE;
550 boolean shouldDeliverToMenu = mMenuState != MENU_STATE_NONE; in handleTouchEvent()
661 } else if (menuState == MENU_STATE_NONE && mMenuState == MENU_STATE_FULL) { in onPipMenuStateChangeStart()
694 onRegistrationChanged(menuState == MENU_STATE_NONE); in setMenuState()
695 if (menuState == MENU_STATE_NONE) { in setMenuState()
808 if (mMenuState != MENU_STATE_NONE && !mPipBoundsState.isStashed()) {
864 if (mMenuState != MENU_STATE_NONE) { in onUp()
871 mShouldHideMenuAfterFling = mMenuState == MENU_STATE_NONE; in onUp()
H A DPipMenuView.java28 import static com.android.wm.shell.pip.phone.PhonePipMenuController.MENU_STATE_NONE;
405 if (mMenuState != MENU_STATE_NONE) { in hideMenu()
408 notifyMenuStateChangeStart(MENU_STATE_NONE, resize, null); in hideMenu()
429 notifyMenuStateChangeFinish(MENU_STATE_NONE); in hideMenu()
482 if (mActions.isEmpty() || menuState == MENU_STATE_NONE) { in updateActionViews()
576 if (mMenuState != MENU_STATE_NONE) { in dismissPip()
H A DPhonePipMenuController.java66 public static final int MENU_STATE_NONE = 0; field in PhonePipMenuController
165 return mPipMenuView != null && mMenuState != MENU_STATE_NONE; in isMenuVisible()
546 menuState != MENU_STATE_NONE /* grantFocus */); in onMenuStateChangeStart()
564 case MENU_STATE_NONE: in setShellRootAccessibilityWindow()