Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarHeaderView.java +5 −0 Original line number Diff line number Diff line Loading @@ -307,4 +307,9 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL mBrightnessContainer.animate().alpha(showingDetail ? 0 : 1).withLayer().start(); } }; @Override public boolean shouldDelayChildPressedState() { return true; } } packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +5 −0 Original line number Diff line number Diff line Loading @@ -1835,6 +1835,11 @@ public class NotificationStackScrollLayout extends ViewGroup return super.dispatchTouchEvent(ev); } @Override public boolean shouldDelayChildPressedState() { return true; } /** * A listener that is notified when some child locations might have changed. */ Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarHeaderView.java +5 −0 Original line number Diff line number Diff line Loading @@ -307,4 +307,9 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL mBrightnessContainer.animate().alpha(showingDetail ? 0 : 1).withLayer().start(); } }; @Override public boolean shouldDelayChildPressedState() { return true; } }
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +5 −0 Original line number Diff line number Diff line Loading @@ -1835,6 +1835,11 @@ public class NotificationStackScrollLayout extends ViewGroup return super.dispatchTouchEvent(ev); } @Override public boolean shouldDelayChildPressedState() { return true; } /** * A listener that is notified when some child locations might have changed. */ Loading