Searched refs:mAllowTransitionWhenEmpty (Results 1 – 2 of 2) sorted by relevance
105 private final boolean mAllowTransitionWhenEmpty; field in TaskFragmentCreationParams132 mAllowTransitionWhenEmpty = allowTransitionWhenEmpty; in TaskFragmentCreationParams()181 return mAllowTransitionWhenEmpty; in getAllowTransitionWhenEmpty()197 mAllowTransitionWhenEmpty = in.readBoolean(); in TaskFragmentCreationParams()211 dest.writeBoolean(mAllowTransitionWhenEmpty); in writeToParcel()239 + " allowTransitionWhenEmpty=" + mAllowTransitionWhenEmpty in toString()274 private boolean mAllowTransitionWhenEmpty; field in TaskFragmentCreationParams.Builder352 mAllowTransitionWhenEmpty = allowTransitionWhenEmpty; in setAllowTransitionWhenEmpty()377 mPairedActivityToken, mAllowTransitionWhenEmpty, mOverrideOrientation); in build()
387 private boolean mAllowTransitionWhenEmpty; field in TaskFragment549 mAllowTransitionWhenEmpty = allowTransitionWhenEmpty; in setAllowTransitionWhenEmpty()2916 || mAllowTransitionWhenEmpty) { in isReadyToTransit()