Searched refs:setUserExpanded (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java247 public void setUserExpanded(boolean userExpanded) { method in class:ExpandableNotificationRow
339 * collapsing in {@link #setUserExpanded(boolean)}. Note that the visual appearance of this
H A DBaseStatusBar.java1336 row.setUserExpanded(userExpanded);
1517 // Note: setUserExpanded() conveniently ignores calls with
1519 row.setUserExpanded(userExpanded);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java355 mHeadsUp.row.setUserExpanded(userExpanded);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java661 ((ExpandableNotificationRow) v).setUserExpanded(userExpanded);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java4020 row.setUserExpanded(true);

Completed in 103 milliseconds