Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java1907 private boolean mDelayPrimaryLastActivityRemoval; field in WindowContainerTransaction.TaskFragmentAdjacentParams
1914 mDelayPrimaryLastActivityRemoval = bundle.getBoolean( in TaskFragmentAdjacentParams()
1922 mDelayPrimaryLastActivityRemoval = delay; in setShouldDelayPrimaryLastActivityRemoval()
1939 return mDelayPrimaryLastActivityRemoval; in shouldDelayPrimaryLastActivityRemoval()
1952 b.putBoolean(DELAY_PRIMARY_LAST_ACTIVITY_REMOVAL, mDelayPrimaryLastActivityRemoval); in toBundle()