Searched refs:MENU_STATE_NONE (Results 1 – 3 of 3) sorted by relevance
26 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()
28 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()
66 public static final int MENU_STATE_NONE = 0; field in PhonePipMenuController165 return mPipMenuView != null && mMenuState != MENU_STATE_NONE; in isMenuVisible()546 menuState != MENU_STATE_NONE /* grantFocus */); in onMenuStateChangeStart()564 case MENU_STATE_NONE: in setShellRootAccessibilityWindow()