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.java121 private boolean mPipIsActive; field in RecentsAnimationDeviceState
230 mPipIsActive = ActivityTaskManager.getService().getRootTaskInfo( in RecentsAnimationDeviceState()
238 mPipIsActive = true; in RecentsAnimationDeviceState()
243 mPipIsActive = false; in RecentsAnimationDeviceState()
609 return mPipIsActive; in isPipActive()
629 pw.println(" pipIsActive=" + mPipIsActive); in dump()