HomeSort by relevance Sort by last modified time
    Searched refs:mIsHeadsUp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 78 private boolean mIsHeadsUp;
459 && (mIsHeadsUp || mHeadsupDisappearRunning);
563 } else if (mIsHeadsUp && mHeadsUpChild != null) {
    [all...]
ExpandableNotificationRow.java 119 private boolean mIsHeadsUp;
322 return mIsHeadsUp;
327 mIsHeadsUp = isHeadsUp;
    [all...]

Completed in 49 milliseconds