Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java1908 private boolean mDelaySecondaryLastActivityRemoval; field in WindowContainerTransaction.TaskFragmentAdjacentParams
1916 mDelaySecondaryLastActivityRemoval = bundle.getBoolean( in TaskFragmentAdjacentParams()
1927 mDelaySecondaryLastActivityRemoval = delay; in setShouldDelaySecondaryLastActivityRemoval()
1947 return mDelaySecondaryLastActivityRemoval; in shouldDelaySecondaryLastActivityRemoval()
1953 b.putBoolean(DELAY_SECONDARY_LAST_ACTIVITY_REMOVAL, mDelaySecondaryLastActivityRemoval); in toBundle()