Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +3 −0 Original line number Diff line number Diff line Loading @@ -4660,6 +4660,9 @@ public class NotificationPanelViewController extends PanelViewController { if (state == STATE_OPEN && mCurrentState != state) { mView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED); } if (state == STATE_OPENING) { mStatusBar.makeExpandedVisible(false); } if (state == STATE_CLOSED) { // Close the status bar in the next frame so we can show the end of the // animation. Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java +0 −5 Original line number Diff line number Diff line Loading @@ -125,7 +125,6 @@ public abstract class PanelBar extends FrameLayout { if (expanded) { if (mState == STATE_CLOSED) { go(STATE_OPENING); onPanelPeeked(); } fullyClosed = false; fullyOpened = frac >= 1f; Loading @@ -140,10 +139,6 @@ public abstract class PanelBar extends FrameLayout { fullyOpened?" fullyOpened":"", fullyClosed?" fullyClosed":""); } public void onPanelPeeked() { if (DEBUG) LOG("onPanelPeeked"); } public boolean isClosed() { return mState == STATE_CLOSED; } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarView.java +0 −6 Original line number Diff line number Diff line Loading @@ -185,12 +185,6 @@ public class PhoneStatusBarView extends PanelBar { return false; } @Override public void onPanelPeeked() { super.onPanelPeeked(); mBar.makeExpandedVisible(false); } @Override public boolean onTouchEvent(MotionEvent event) { mBar.onTouchEvent(event); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +3 −0 Original line number Diff line number Diff line Loading @@ -4660,6 +4660,9 @@ public class NotificationPanelViewController extends PanelViewController { if (state == STATE_OPEN && mCurrentState != state) { mView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED); } if (state == STATE_OPENING) { mStatusBar.makeExpandedVisible(false); } if (state == STATE_CLOSED) { // Close the status bar in the next frame so we can show the end of the // animation. Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java +0 −5 Original line number Diff line number Diff line Loading @@ -125,7 +125,6 @@ public abstract class PanelBar extends FrameLayout { if (expanded) { if (mState == STATE_CLOSED) { go(STATE_OPENING); onPanelPeeked(); } fullyClosed = false; fullyOpened = frac >= 1f; Loading @@ -140,10 +139,6 @@ public abstract class PanelBar extends FrameLayout { fullyOpened?" fullyOpened":"", fullyClosed?" fullyClosed":""); } public void onPanelPeeked() { if (DEBUG) LOG("onPanelPeeked"); } public boolean isClosed() { return mState == STATE_CLOSED; } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarView.java +0 −6 Original line number Diff line number Diff line Loading @@ -185,12 +185,6 @@ public class PhoneStatusBarView extends PanelBar { return false; } @Override public void onPanelPeeked() { super.onPanelPeeked(); mBar.makeExpandedVisible(false); } @Override public boolean onTouchEvent(MotionEvent event) { mBar.onTouchEvent(event); Loading