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.java121 public void resetViewStates(AmbientState ambientState, int speedBumpIndex) { in resetViewStates()
143 AmbientState ambientState) { in updateAlphaState()
213 private float interpolateFooterAlpha(AmbientState ambientState) { in interpolateFooterAlpha()
222 private float interpolateNotificationContentAlpha(AmbientState ambientState) { in interpolateNotificationContentAlpha()
237 public float getNotificationSquishinessFraction(AmbientState ambientState) { in getNotificationSquishinessFraction()
254 public boolean shouldHunAppearFromBottom(AmbientState ambientState, in shouldHunAppearFromBottom()
323 AmbientState ambientState) { in updateShelfState()
334 AmbientState ambientState) { in updateClipping()
382 private boolean skipClipBottomForCycling(ExpandableView view, AmbientState ambientState) { in skipClipBottomForCycling()
392 public boolean isCyclingOut(ExpandableView view, AmbientState ambientState) { in isCyclingOut()
[all …]
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/
DAmbientStateKosmos.kt28 val Kosmos.ambientState by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java127 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout, in bind()
203 AmbientState ambientState) { in updateState()
DLockscreenShadeTransitionController.kt67 private val ambientState: AmbientState, in <lambda>() constant in com.android.systemui.statusbar.LockscreenShadeTransitionController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java182 AmbientState ambientState, in NotificationShadeWindowViewController()
DQuickSettingsControllerImpl.java323 AmbientState ambientState, in QuickSettingsControllerImpl()
DNotificationPanelViewController.java695 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt112 @Mock private lateinit var ambientState: AmbientState variable in com.android.systemui.shade.NotificationShadeWindowViewTest
DNotificationShadeWindowViewControllerTest.kt123 @Mock private lateinit var ambientState: AmbientState variable
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt90 @get:Provides val ambientState: AmbientState = mock(), constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt68 private val ambientState = in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest
DNotificationShelfTest.kt45 @Mock private lateinit var ambientState: AmbientState variable in com.android.systemui.statusbar.notification.stack.NotificationShelfTest