Searched defs:userExpanded (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java46 void setUserExpandedChild(View v, boolean userExpanded); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java245 * @param userExpanded whether the user wants this notification to be expanded
247 public void setUserExpanded(boolean userExpanded) { argument
248 if (userExpanded && !mExpandable) return;
251 mUserExpanded = userExpanded;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java353 public void setUserExpandedChild(View v, boolean userExpanded) { argument
355 mHeadsUp.row.setUserExpanded(userExpanded);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java659 public void setUserExpandedChild(View v, boolean userExpanded) { argument
661 ((ExpandableNotificationRow) v).setUserExpanded(userExpanded);

Completed in 1413 milliseconds