/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithm.java | 121 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/ |
D | AmbientStateKosmos.kt | 28 val Kosmos.ambientState by Fixture { in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 127 public void bind(AmbientState ambientState, NotificationStackScrollLayout hostLayout, in bind() 203 AmbientState ambientState) { in updateState()
|
D | LockscreenShadeTransitionController.kt | 67 private val ambientState: AmbientState, in <lambda>() constant in com.android.systemui.statusbar.LockscreenShadeTransitionController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewController.java | 182 AmbientState ambientState, in NotificationShadeWindowViewController()
|
D | QuickSettingsControllerImpl.java | 323 AmbientState ambientState, in QuickSettingsControllerImpl()
|
D | NotificationPanelViewController.java | 695 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewTest.kt | 112 @Mock private lateinit var ambientState: AmbientState variable in com.android.systemui.shade.NotificationShadeWindowViewTest
|
D | NotificationShadeWindowViewControllerTest.kt | 123 @Mock private lateinit var ambientState: AmbientState variable
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 90 @get:Provides val ambientState: AmbientState = mock(), constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithmTest.kt | 68 private val ambientState = in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest
|
D | NotificationShelfTest.kt | 45 @Mock private lateinit var ambientState: AmbientState variable in com.android.systemui.statusbar.notification.stack.NotificationShelfTest
|