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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java58 public void setUserExpanded(boolean userExpanded) { argument
59 mUserExpanded = userExpanded;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java193 public void setUserExpandedChild(View v, boolean userExpanded) { argument
195 mHeadsUp.row.setUserExpanded(userExpanded);
H A DNotificationRowLayout.java157 public void setUserExpandedChild(View v, boolean userExpanded) { argument
159 ((ExpandableNotificationRow) v).setUserExpanded(userExpanded);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java41 void setUserExpandedChild(View v, boolean userExpanded); argument

Completed in 135 milliseconds