Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java2043 private boolean mDelaySecondaryLastActivityRemoval; field in WindowContainerTransaction.TaskFragmentAdjacentParams
2051 mDelaySecondaryLastActivityRemoval = bundle.getBoolean( in TaskFragmentAdjacentParams()
2062 mDelaySecondaryLastActivityRemoval = delay; in setShouldDelaySecondaryLastActivityRemoval()
2082 return mDelaySecondaryLastActivityRemoval; in shouldDelaySecondaryLastActivityRemoval()
2088 b.putBoolean(DELAY_SECONDARY_LAST_ACTIVITY_REMOVAL, mDelaySecondaryLastActivityRemoval); in toBundle()