Searched refs:mIsHeadsUp (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java72 private boolean mIsHeadsUp; field in class:ExpandableNotificationRow
129 mIsHeadsUp = isHeadsUp;
157 mPublicLayout.reset(mIsHeadsUp);
158 mPrivateLayout.reset(mIsHeadsUp);
164 if (mIsHeadsUp) {
175 return mIsHeadsUp || super.filterMotionEvent(event);
H A DBaseStatusBar.java1534 private boolean mIsHeadsUp; field in class:BaseStatusBar.NotificationClicker
1539 mIsHeadsUp = forHun;
1552 if (mIsHeadsUp) {

Completed in 59 milliseconds