Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java123 private boolean mPipIsActive; field in RecentsAnimationDeviceState
200 mPipIsActive = ActivityTaskManager.getService().getRootTaskInfo( in RecentsAnimationDeviceState()
208 mPipIsActive = true; in RecentsAnimationDeviceState()
213 mPipIsActive = false; in RecentsAnimationDeviceState()
583 return mPipIsActive; in isPipActive()
640 pw.println(" pipIsActive=" + mPipIsActive); in dump()