Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java89 private boolean mIsHeadsUp; field in ExpandableNotificationRow
179 return mIsHeadsUp; in isHeadsUp()
184 mIsHeadsUp = isHeadsUp; in setHeadsUp()
329 mPublicLayout.reset(mIsHeadsUp); in reset()
330 mPrivateLayout.reset(mIsHeadsUp); in reset()
336 if (mIsHeadsUp) { in resetHeight()
348 return mIsHeadsUp || super.filterMotionEvent(event); in filterMotionEvent()
580 } else if (mIsHeadsUp) { in getIntrinsicHeight()
599 && !mIsHeadsUp && mGroupManager.hasGroupChildren(mStatusBarNotification); in hasBottomDecor()
604 return BaseStatusBar.ENABLE_CHILD_NOTIFICATIONS && !mIsHeadsUp; in canHaveBottomDecor()
[all …]
DNotificationContentView.java69 private boolean mIsHeadsUp; field in NotificationContentView
265 if (mIsHeadsUp && mHeadsUpChild != null) { in getMaxHeight()
392 if (mIsHeadsUp && mHeadsUpChild != null) { in calculateVisibleType()
430 mIsHeadsUp = headsUp; in setHeadsUp()