Searched refs:mDelaySecondaryLastActivityRemoval (Results 1 – 1 of 1) sorted by relevance
1384 private boolean mDelaySecondaryLastActivityRemoval; field in WindowContainerTransaction.TaskFragmentAdjacentParams1392 mDelaySecondaryLastActivityRemoval = bundle.getBoolean( in TaskFragmentAdjacentParams()1403 mDelaySecondaryLastActivityRemoval = delay; in setShouldDelaySecondaryLastActivityRemoval()1423 return mDelaySecondaryLastActivityRemoval; in shouldDelaySecondaryLastActivityRemoval()1429 b.putBoolean(DELAY_SECONDARY_LAST_ACTIVITY_REMOVAL, mDelaySecondaryLastActivityRemoval); in toBundle()