Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
DPipManager.java86 public static final int STATE_NO_PIP = 0; field in PipManager
132 private int mState = STATE_NO_PIP;
251 mState = STATE_NO_PIP; in closePipInternal()
273 mState = STATE_NO_PIP; in movePipToFullscreen()
334 case STATE_NO_PIP: in resizePinnedStack()
443 return mState != STATE_NO_PIP; in isPipShown()
447 if (mState == STATE_NO_PIP) { in handleMediaResourceGranted()
470 if (controllers != null && mState != STATE_NO_PIP && mPipComponentName != null) { in updateMediaController()
544 if (mState != STATE_NO_PIP) {