Searched refs:mDelayPrimaryLastActivityRemoval (Results 1 – 1 of 1) sorted by relevance
1907 private boolean mDelayPrimaryLastActivityRemoval; field in WindowContainerTransaction.TaskFragmentAdjacentParams1914 mDelayPrimaryLastActivityRemoval = bundle.getBoolean( in TaskFragmentAdjacentParams()1922 mDelayPrimaryLastActivityRemoval = delay; in setShouldDelayPrimaryLastActivityRemoval()1939 return mDelayPrimaryLastActivityRemoval; in shouldDelayPrimaryLastActivityRemoval()1952 b.putBoolean(DELAY_PRIMARY_LAST_ACTIVITY_REMOVAL, mDelayPrimaryLastActivityRemoval); in toBundle()