Home
last modified time | relevance | path

Searched refs:mMaxUdfpsBurnInOffsetY (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java326 protected final int mMaxUdfpsBurnInOffsetY = 5; field in NotificationPanelViewControllerBaseTest
393 .thenReturn(mMaxUdfpsBurnInOffsetY); in setup()
H A DNotificationPanelViewControllerTest.java276 final float udfpsTop = udfpsLocationCenter.y - udfpsRadius - mMaxUdfpsBurnInOffsetY; in testOnDozeAmountChanged_positionClockAndNotificationsUsesUdfpsLocation()