Searched refs:mMenuState (Results 1 – 3 of 3) sorted by relevance
105 private int mMenuState; field in PipMenuActivity189 if (mMenuState == MENU_STATE_CLOSE) { in onCreate()210 if (mTouchState.isDoubleTap() || mMenuState == MENU_STATE_FULL) { in onCreate()216 if (mMenuState == MENU_STATE_CLOSE) { in onCreate()313 && mMenuState != MENU_STATE_NONE) { in dispatchTouchEvent()337 if (mMenuState != MENU_STATE_NONE) { in onBusEvent()352 if (mMenuState != menuState) { in showMenu()356 (mMenuState == MENU_STATE_FULL || menuState == MENU_STATE_FULL); in showMenu()405 if (mMenuState != MENU_STATE_NONE) { in hideMenu()484 if (mActions.isEmpty() || mMenuState == MENU_STATE_CLOSE) { in updateActionViews()[all …]
118 private int mMenuState = MENU_STATE_NONE; field in PipTouchHandler295 final Rect toAdjustedBounds = mMenuState == MENU_STATE_FULL in onMovementBoundsChanged()298 final Rect toMovementBounds = mMenuState == MENU_STATE_FULL in onMovementBoundsChanged()329 updateMovementBounds(mMenuState); in onMovementBoundsChanged()396 updateMovementBounds(mMenuState); in handleTouchEvent()438 return mMenuState == MENU_STATE_NONE; in handleTouchEvent()559 mMenuState = menuState; in setMenuState()597 if (mMenuState != MENU_STATE_NONE && !mIsMinimized) {707 if (mMenuState == MENU_STATE_FULL) {725 if (mMenuState != MENU_STATE_NONE) {[all …]
128 private int mMenuState; field in PipMenuActivityController220 if (mMenuState == MENU_STATE_NONE) { in onActivityPinned()339 Log.d(TAG, "hideMenu() state=" + mMenuState in hideMenu()469 Log.d(TAG, "onMenuStateChanged() mMenuState=" + mMenuState in onMenuStateChanged()477 if (menuState != mMenuState) { in onMenuStateChanged()489 mMenuState = menuState; in onMenuStateChanged()516 pw.println(innerPrefix + "mMenuState=" + mMenuState); in dump()