Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivity.java105 private int mMenuState; field in PipMenuActivity
189 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 …]
DPipTouchHandler.java118 private int mMenuState = MENU_STATE_NONE; field in PipTouchHandler
295 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 …]
DPipMenuActivityController.java128 private int mMenuState; field in PipMenuActivityController
220 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()