Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelfController.java25 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm;
107 public void updateState(StackScrollAlgorithm.StackScrollAlgorithmState algorithmState, in updateState()
DNotificationShelf.java44 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm;
158 public void updateState(StackScrollAlgorithm.StackScrollAlgorithmState algorithmState, in updateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt31 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm
39 open class KeyguardBypassController : Dumpable, StackScrollAlgorithm.BypassController {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java72 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm;
94 StackScrollAlgorithm.SectionProvider bindSectionProvider( in bindSectionProvider()
98 StackScrollAlgorithm.BypassController bindBypassController( in bindBypassController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java32 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.BypassController;
33 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider;
DStackScrollAlgorithm.java43 public class StackScrollAlgorithm { class
62 public StackScrollAlgorithm( in StackScrollAlgorithm() method in StackScrollAlgorithm
DNotificationSectionsManager.kt39 import com.android.systemui.statusbar.notification.stack.StackScrollAlgorithm.SectionProvider in <lambda>()
DNotificationStackScrollLayout.java211 private final StackScrollAlgorithm mStackScrollAlgorithm;
1256 MathUtils.lerp(stackEndHeight * StackScrollAlgorithm.START_FRACTION,
3327 protected StackScrollAlgorithm createStackScrollAlgorithm(Context context) { in createStackScrollAlgorithm()
3328 return new StackScrollAlgorithm(context, this); in createStackScrollAlgorithm()