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/
ExpandableNotificationRow.java 89 private boolean mIsHeadsUp;
179 return mIsHeadsUp;
184 mIsHeadsUp = isHeadsUp;
329 mPublicLayout.reset(mIsHeadsUp);
330 mPrivateLayout.reset(mIsHeadsUp);
336 if (mIsHeadsUp) {
348 return mIsHeadsUp || super.filterMotionEvent(event);
580 } else if (mIsHeadsUp) {
599 && !mIsHeadsUp && mGroupManager.hasGroupChildren(mStatusBarNotification);
604 return BaseStatusBar.ENABLE_CHILD_NOTIFICATIONS && !mIsHeadsUp;
    [all...]
NotificationContentView.java 69 private boolean mIsHeadsUp;
265 if (mIsHeadsUp && mHeadsUpChild != null) {
392 if (mIsHeadsUp && mHeadsUpChild != null) {
430 mIsHeadsUp = headsUp;

Completed in 55 milliseconds