Searched defs:STATE_NO_PIP (Results 1 - 1 of 1) sorted by relevance

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

Completed in 247 milliseconds