Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java1860 float notifProgress = 0.3f; in notificationTransparency_followsNotificationScrimProgress() local
1861 mScrimController.setTransitionToFullShadeProgress(progress, notifProgress); in notificationTransparency_followsNotificationScrimProgress()
1863 assertThat(mNotificationsScrim.getViewAlpha()).isEqualTo(notifProgress); in notificationTransparency_followsNotificationScrimProgress()