Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java772 private boolean mWillCloseOrEnterPip; field in ActivityRecord
3294 mWillCloseOrEnterPip = willCloseOrEnterPip; in setWillCloseOrEnterPip()
3298 return mWillCloseOrEnterPip; in willCloseOrEnterPip()