Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt9 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.BypassController
10 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider
21 private val stackScrollAlgorithm = StackScrollAlgorithm(context, hostView)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.java25 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm;
107 public void updateState(StackScrollAlgorithm.StackScrollAlgorithmState algorithmState, in updateState()
H A DNotificationShelf.java45 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm;
159 public void updateState(StackScrollAlgorithm.StackScrollAlgorithmState algorithmState, in updateState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBypassController.kt31 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm
39 open class KeyguardBypassController : Dumpable, StackScrollAlgorithm.BypassController {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java78 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm;
103 StackScrollAlgorithm.SectionProvider bindSectionProvider( in bindSectionProvider()
107 StackScrollAlgorithm.BypassController bindBypassController( in bindBypassController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java32 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.BypassController;
33 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider;
H A DStackScrollAlgorithm.java47 public class StackScrollAlgorithm { class
66 public StackScrollAlgorithm( in StackScrollAlgorithm() method in StackScrollAlgorithm
H A DNotificationSectionsManager.kt38 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider
H A DNotificationStackScrollLayout.java210 private final StackScrollAlgorithm mStackScrollAlgorithm;
1285 MathUtils.lerp(stackEndHeight * StackScrollAlgorithm.START_FRACTION,
3366 protected StackScrollAlgorithm createStackScrollAlgorithm(Context context) { in createStackScrollAlgorithm()
3367 return new StackScrollAlgorithm(context, this); in createStackScrollAlgorithm()