Merge "Only report top peekingcard as visibile." into mnc-dev

This commit is contained in:
Chris Wren
2015-06-23 17:46:38 +00:00
committed by Android (Google) Code Review

View File

@@ -473,9 +473,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
private int mLastLoggedStateFingerprint; private int mLastLoggedStateFingerprint;
private static final int VISIBLE_LOCATIONS = StackViewState.LOCATION_FIRST_CARD private static final int VISIBLE_LOCATIONS = StackViewState.LOCATION_FIRST_CARD
| StackViewState.LOCATION_TOP_STACK_PEEKING | StackViewState.LOCATION_MAIN_AREA;
| StackViewState.LOCATION_MAIN_AREA
| StackViewState.LOCATION_BOTTOM_STACK_PEEKING;
private final OnChildLocationsChangedListener mNotificationLocationsChangedListener = private final OnChildLocationsChangedListener mNotificationLocationsChangedListener =
new OnChildLocationsChangedListener() { new OnChildLocationsChangedListener() {