Home
last modified time | relevance | path

Searched refs:shouldShowFaceScanningAnim (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DFaceScanningProviderFactoryTest.kt106 assertThat(underTest.shouldShowFaceScanningAnim()).isFalse()
114 assertThat(underTest.shouldShowFaceScanningAnim()).isTrue()
122 assertThat(underTest.shouldShowFaceScanningAnim()).isTrue()
H A DScreenDecorationsTest.java1312 when(mFaceScanningProviderFactory.shouldShowFaceScanningAnim()).thenReturn(true); in testAutoShowHideOverlayWindowWhenSupportHwcLayer()
1349 when(mFaceScanningProviderFactory.shouldShowFaceScanningAnim()).thenReturn(true); in testAutoShowHideOverlayWindowWhenNoRoundedAndNoCutout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DFaceScanningProviderFactory.kt103 fun shouldShowFaceScanningAnim(): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java182 if (mFaceScanningFactory.shouldShowFaceScanningAnim()) { in showCameraProtection()
1110 + mFaceScanningFactory.shouldShowFaceScanningAnim()); in dump()