Home
last modified time | relevance | path

Searched defs:ambientState (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java112 public void resetViewStates(AmbientState ambientState, int speedBumpIndex) { in resetViewStates()
134 AmbientState ambientState) { in updateAlphaState()
188 private float interpolateFooterAlpha(AmbientState ambientState) { in interpolateFooterAlpha()
197 private float interpolateNotificationContentAlpha(AmbientState ambientState) { in interpolateNotificationContentAlpha()
212 public float getNotificationSquishinessFraction(AmbientState ambientState) { in getNotificationSquishinessFraction()
283 AmbientState ambientState) { in updateShelfState()
294 AmbientState ambientState) { in updateClipping()
338 private void updateDimmedAndHideSensitive(AmbientState ambientState, in updateDimmedAndHideSensitive()
354 private void initAlgorithmState(StackScrollAlgorithmState state, AmbientState ambientState) { in initAlgorithmState()
453 AmbientState ambientState) { in updatePositionsForState()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLegacyNotificationShelfControllerImpl.java94 public void bind(AmbientState ambientState, in bind()
DNotificationShelf.java134 public void bind(AmbientState ambientState, in bind()
144 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout, in bind()
214 AmbientState ambientState) { in updateState()
DLockscreenShadeTransitionController.kt64 private val ambientState: AmbientState, in <lambda>() constant in com.android.systemui.statusbar.LockscreenShadeTransitionController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java162 AmbientState ambientState, in NotificationShadeWindowViewController()
DQuickSettingsController.java335 AmbientState ambientState, in QuickSettingsController()
DNotificationPanelViewController.java692 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt108 @Mock private lateinit var ambientState: AmbientState variable in com.android.systemui.shade.NotificationShadeWindowViewTest
DNotificationShadeWindowViewControllerTest.kt101 @Mock private lateinit var ambientState: AmbientState variable in com.android.systemui.shade.NotificationShadeWindowViewControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt53 private val ambientState = AmbientState( in <lambda>() constant
DNotificationShelfTest.kt49 private lateinit var ambientState: AmbientState variable in com.android.systemui.statusbar.notification.stack.NotificationShelfTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt86 @Mock lateinit var ambientState: AmbientState variable in com.android.systemui.statusbar.LockscreenShadeTransitionControllerTest