Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +3 −0 Original line number Diff line number Diff line Loading @@ -367,6 +367,9 @@ public class NotificationStackScrollLayout extends ViewGroup if (childViewState == null) { return ViewState.LOCATION_UNKNOWN; } if (childViewState.gone) { return ViewState.LOCATION_GONE; } return childViewState.location; } Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollState.java +2 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,8 @@ public class StackScrollState { public static final int LOCATION_MAIN_AREA = 0x08; public static final int LOCATION_BOTTOM_STACK_PEEKING = 0x10; public static final int LOCATION_BOTTOM_STACK_HIDDEN = 0x20; /** The view isn't layouted at all. */ public static final int LOCATION_GONE = 0x40; float alpha; float yTranslation; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +3 −0 Original line number Diff line number Diff line Loading @@ -367,6 +367,9 @@ public class NotificationStackScrollLayout extends ViewGroup if (childViewState == null) { return ViewState.LOCATION_UNKNOWN; } if (childViewState.gone) { return ViewState.LOCATION_GONE; } return childViewState.location; } Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollState.java +2 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,8 @@ public class StackScrollState { public static final int LOCATION_MAIN_AREA = 0x08; public static final int LOCATION_BOTTOM_STACK_PEEKING = 0x10; public static final int LOCATION_BOTTOM_STACK_HIDDEN = 0x20; /** The view isn't layouted at all. */ public static final int LOCATION_GONE = 0x40; float alpha; float yTranslation; Loading