Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java83 private boolean mUserLocked; field in NotificationChildrenContainer
269 row.setUserLocked(mUserLocked); in addNotification()
476 if (mChildrenExpanded || mUserLocked) {
509 if (mUserLocked) {
518 if (mUserLocked) {
525 if (mUserLocked) {
541 if (mUserLocked) {
563 boolean expandingToExpandedGroup = mUserLocked && !showingAsLowPriority();
564 if (mUserLocked) {
713 if (mUserLocked) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java178 private boolean mUserLocked; field in ExpandableNotificationRow
2236 return mUserLocked && !mForceUnlocked;
2240 mUserLocked = userLocked;