Searched refs:notificationExpansionProgress (Results 1 – 1 of 1) sorted by relevance
1880 float notificationExpansionProgress = 0f; in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress() local1881 mScrimController.setTransitionToFullShadeProgress(progress, notificationExpansionProgress); in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()1882 mExpect.that(mNotificationsScrim.getViewAlpha()).isEqualTo(notificationExpansionProgress); in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()1884 notificationExpansionProgress = 0.25f; in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()1885 mScrimController.setTransitionToFullShadeProgress(progress, notificationExpansionProgress); in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()1886 mExpect.that(mNotificationsScrim.getViewAlpha()).isEqualTo(notificationExpansionProgress); in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()1888 notificationExpansionProgress = 0.5f; in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()1889 mScrimController.setTransitionToFullShadeProgress(progress, notificationExpansionProgress); in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()1890 mExpect.that(mNotificationsScrim.getViewAlpha()).isEqualTo(notificationExpansionProgress); in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()1892 notificationExpansionProgress = 0.75f; in notificationAlpha_qsNotClipped_alphaMatchesNotificationExpansionProgress()[all …]