Searched refs:shouldShowLottie (Results 1 – 5 of 5) sorted by relevance
105 private val shouldShowLottie: Boolean in <lambda>() constant in com.android.settings.biometrics2.ui.view.FingerprintEnrollEnrollingUdfpsFragment473 } else if (shouldShowLottie) { in <lambda>()
114 viewModel.shouldShowLottie.collect { in <lambda>()
278 val shouldShowLottie: Flow<Boolean> = in <lambda>() constant
206 protected boolean shouldShowLottie() { in shouldShowLottie() method in FingerprintEnrollEnrolling272 mShouldShowLottie = shouldShowLottie(); in onCreate()
619 doReturn(true).when(mActivity).shouldShowLottie(); in initializeActivityWithoutCreate()