Searched refs:mMenuState (Results 1 – 3 of 3) sorted by relevance
121 private int mMenuState = MENU_STATE_NONE; field in PipTouchHandler302 final Rect toMovementBounds = mMenuState == MENU_STATE_FULL in onMovementBoundsChanged()322 updateMovementBounds(mMenuState); in onMovementBoundsChanged()366 boolean shouldDeliverToMenu = mMenuState != MENU_STATE_NONE;390 updateMovementBounds(mMenuState);521 if (menuState == MENU_STATE_FULL && mMenuState != MENU_STATE_FULL) {530 } else if (menuState == MENU_STATE_NONE && mMenuState == MENU_STATE_FULL) {567 mMenuState = menuState;605 if (mMenuState != MENU_STATE_NONE && !mIsMinimized) {715 if (mMenuState == MENU_STATE_FULL) {[all …]
126 private int mMenuState; field in PipMenuActivityController324 Log.d(TAG, "hideMenu() state=" + mMenuState in hideMenu()354 } else if (mMenuState != MENU_STATE_NONE && mToActivityMessenger != null) { in hideMenu()484 Log.d(TAG, "onMenuStateChanged() mMenuState=" + mMenuState in onMenuStateChanged()488 if (menuState != mMenuState) { in onMenuStateChanged()500 mMenuState = menuState; in onMenuStateChanged()528 pw.println(innerPrefix + "mMenuState=" + mMenuState); in dump()
104 private int mMenuState; field in PipMenuActivity302 if (mMenuState != menuState) { in showMenu()306 (mMenuState == MENU_STATE_FULL || menuState == MENU_STATE_FULL); in showMenu()357 if (mMenuState != MENU_STATE_NONE) { in hideMenu()433 if (mActions.isEmpty() || mMenuState == MENU_STATE_CLOSE) { in updateActionViews()502 if (mMenuState == MENU_STATE_FULL) { in updateDismissFraction()510 if (mMenuState == MENU_STATE_CLOSE) { in updateDismissFraction()519 mMenuState = menuState; in notifyMenuStateChange()