[go: nahoru, domu]

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java78 private boolean mIsHeadsUp; field in class:NotificationContentView
451 && (mIsHeadsUp || mHeadsupDisappearRunning);
555 } else if (mIsHeadsUp && mHeadsUpChild != null) {
835 if ((mIsHeadsUp || mHeadsupDisappearRunning) && mHeadsUpChild != null) {
876 mIsHeadsUp = headsUp;
1061 if ((!mIsHeadsUp || mHeadsUpChild == null)) {
H A DExpandableNotificationRow.java120 private boolean mIsHeadsUp; field in class:ExpandableNotificationRow
324 return mIsHeadsUp;
329 mIsHeadsUp = isHeadsUp;
1179 } else if (mIsHeadsUp || mHeadsupDisappearRunning) {
1357 return mIsHeadsUp;
1461 if (mIsHeadsUp && mHeadsUpManager.isTrackingHeadsUp()) {
1465 } else if (mIsHeadsUp) {

Completed in 56 milliseconds