Searched defs:NotificationStackScrollLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java108 public class NotificationStackScrollLayout extends ViewGroup class in inherits:ViewGroup,SwipeHelper.Callback,ExpandHelper.Callback,ScrollAdapter,ExpandableView.OnHeightChangedListener,NotificationGroupManager.OnGroupChangeListener,NotificationMenuRowPlugin.OnMenuEventListener,ScrollContainer,VisibilityLocationProvider
356 private static final Property<NotificationStackScrollLayout, Float> BACKGROUND_FADE =
357 new FloatProperty<NotificationStackScrollLayout>("backgroundFade") {
359 public void setValue(NotificationStackScrollLayout object, float value) {
364 public Float get(NotificationStackScrollLayout object) {
387 public NotificationStackScrollLayout(Context context) { method in class:NotificationStackScrollLayout
391 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { method in class:NotificationStackScrollLayout
395 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:NotificationStackScrollLayout
399 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr, method in class:NotificationStackScrollLayout
4344 void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayou
[all...]

Completed in 243 milliseconds