Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +4 −0 Original line number Diff line number Diff line Loading @@ -776,6 +776,10 @@ public class BubbleController implements ConfigurationController.ConfigurationLi } } boolean inLandscape() { return mOrientation == Configuration.ORIENTATION_LANDSCAPE; } /** * Set a listener to be notified of bubble expand events. */ Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflowActivity.java +3 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,9 @@ public class BubbleOverflowActivity extends Activity { } @Override public boolean canScrollVertically() { if (mBubbleController.inLandscape()) { return super.canScrollVertically(); } return false; } } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +4 −0 Original line number Diff line number Diff line Loading @@ -776,6 +776,10 @@ public class BubbleController implements ConfigurationController.ConfigurationLi } } boolean inLandscape() { return mOrientation == Configuration.ORIENTATION_LANDSCAPE; } /** * Set a listener to be notified of bubble expand events. */ Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleOverflowActivity.java +3 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,9 @@ public class BubbleOverflowActivity extends Activity { } @Override public boolean canScrollVertically() { if (mBubbleController.inLandscape()) { return super.canScrollVertically(); } return false; } } Loading