Searched refs:mDelaySecondaryLastActivityRemoval (Results 1 – 1 of 1) sorted by relevance
1908 private boolean mDelaySecondaryLastActivityRemoval; field in WindowContainerTransaction.TaskFragmentAdjacentParams1916 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()