Home
last modified time | relevance | path

Searched refs:getUnpausedAlpha (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacyControllerTest.java64 when(mView.getUnpausedAlpha()).thenReturn(0); in testShouldPauseAuth_bouncerShowing()
130 when(mView.getUnpausedAlpha()).thenReturn(0); in testShouldPauseAuthUnpausedAlpha0()
294 when(mView.getUnpausedAlpha()).thenReturn(0); in testUpdatePanelExpansion_pauseAuth()
311 when(mView.getUnpausedAlpha()).thenReturn(255); in testUpdatePanelExpansion_unpauseAuth()
H A DUdfpsKeyguardViewLegacyControllerBaseTest.java104 when(mView.getUnpausedAlpha()).thenReturn(255); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacy.java226 int getUnpausedAlpha() { in getUnpausedAlpha() method in UdfpsKeyguardViewLegacy
297 pw.println(" mUnpausedAlpha=" + getUnpausedAlpha()); in dump()