Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmKosmos.kt24 mock<StackScrollAlgorithm.SectionProvider>() in <lambda>()
28 mock<StackScrollAlgorithm.BypassController>() in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt68 private lateinit var stackScrollAlgorithm: StackScrollAlgorithm in <lambda>()
144 StackScrollAlgorithm( in <lambda>()
1115 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>()
1144 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>()
1177 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>()
1206 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>()
1237 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>()
1259 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>()
1279 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>()
1298 val algorithmState = StackScrollAlgorithm.StackScrollAlgorithmState() in <lambda>()
[all …]
DAmbientStateTest.kt53 private val sectionProvider = StackScrollAlgorithm.SectionProvider { _, _ -> false } in <lambda>()
54 private val bypassController = StackScrollAlgorithm.BypassController { false } in <lambda>()
DNotificationShelfTest.kt28 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.StackScrollAlgorithmS…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt38 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm in <lambda>()
65 ) : Dumpable, StackScrollAlgorithm.BypassController { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java96 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm;
129 StackScrollAlgorithm.SectionProvider bindSectionProvider(NotificationSectionsManager impl); in bindSectionProvider()
132 StackScrollAlgorithm.BypassController bindBypassController(KeyguardBypassController impl); in bindBypassController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java44 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.BypassController;
45 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider;
DNotificationSectionsManager.kt40 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider in <lambda>()
DStackScrollAlgorithm.java55 public class StackScrollAlgorithm { class
87 public StackScrollAlgorithm( in StackScrollAlgorithm() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java244 private final StackScrollAlgorithm mStackScrollAlgorithm;
682 mStackScrollAlgorithm = new StackScrollAlgorithm(context, this, mHeadsUpAnimator); in NotificationStackScrollLayout()
1606 MathUtils.lerp(endHeight * StackScrollAlgorithm.START_FRACTION,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java62 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm;
211 public void updateState(StackScrollAlgorithm.StackScrollAlgorithmState algorithmState, in updateState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java291 endHeight * StackScrollAlgorithm.START_FRACTION, in testUpdateStackHeight_withExpansionAmount_whenDozeNotChanging()
495 stackHeight * StackScrollAlgorithm.START_FRACTION); in setExpandFraction_fullyCollapsed()
521 stackHeight * StackScrollAlgorithm.START_FRACTION); in setExpandFraction_expanding()