Searched refs:mDelayPrimaryLastActivityRemoval (Results 1 – 1 of 1) sorted by relevance
2042 private boolean mDelayPrimaryLastActivityRemoval; field in WindowContainerTransaction.TaskFragmentAdjacentParams2049 mDelayPrimaryLastActivityRemoval = bundle.getBoolean( in TaskFragmentAdjacentParams()2057 mDelayPrimaryLastActivityRemoval = delay; in setShouldDelayPrimaryLastActivityRemoval()2074 return mDelayPrimaryLastActivityRemoval; in shouldDelayPrimaryLastActivityRemoval()2087 b.putBoolean(DELAY_PRIMARY_LAST_ACTIVITY_REMOVAL, mDelayPrimaryLastActivityRemoval); in toBundle()