Searched refs:mAllowTransitionWhenEmpty (Results 1 – 2 of 2) sorted by relevance
106 private final boolean mAllowTransitionWhenEmpty; field in TaskFragmentCreationParams142 mAllowTransitionWhenEmpty = allowTransitionWhenEmpty; in TaskFragmentCreationParams()192 return mAllowTransitionWhenEmpty; in getAllowTransitionWhenEmpty()213 mAllowTransitionWhenEmpty = in.readBoolean(); in TaskFragmentCreationParams()228 dest.writeBoolean(mAllowTransitionWhenEmpty); in writeToParcel()257 + " allowTransitionWhenEmpty=" + mAllowTransitionWhenEmpty in toString()293 private boolean mAllowTransitionWhenEmpty; field in TaskFragmentCreationParams.Builder373 mAllowTransitionWhenEmpty = allowTransitionWhenEmpty; in setAllowTransitionWhenEmpty()415 mPairedActivityToken, mAllowTransitionWhenEmpty, mOverrideOrientation, in build()
384 private boolean mAllowTransitionWhenEmpty; field in TaskFragment591 mAllowTransitionWhenEmpty = allowTransitionWhenEmpty; in setAllowTransitionWhenEmpty()3020 || mAllowTransitionWhenEmpty) { in isReadyToTransit()