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