Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/window/
H A DTransitionInfo.java363 private boolean mAllowEnterPip; field in TransitionInfo.Change
384 mAllowEnterPip = in.readBoolean(); in Change()
430 mAllowEnterPip = allowEnterPip; in setAllowEnterPip()
511 return mAllowEnterPip; in getAllowEnterPip()
539 dest.writeBoolean(mAllowEnterPip); in writeToParcel()