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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java45 void setUserExpandedChild(View v, boolean userExpanded); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1530 * @param userExpanded whether the user wants this notification to be expanded
1532 public void setUserExpanded(boolean userExpanded) { argument
1533 setUserExpanded(userExpanded, false /* allowChildExpansion */);
1539 * @param userExpanded whether the user wants this notification to be expanded
1542 public void setUserExpanded(boolean userExpanded, boolean allowChildExpansion) { argument
1547 mGroupManager.setGroupExpanded(mStatusBarNotification, userExpanded);
1551 if (userExpanded && !mExpandable) return;
1554 mUserExpanded = userExpanded;
2148 public void onExpandedByGesture(boolean userExpanded) { argument
2153 MetricsLogger.action(mContext, event, userExpanded);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1145 public void setUserExpandedChild(View v, boolean userExpanded) { argument
1148 if (userExpanded && onKeyguard()) {
1161 row.setUserExpanded(userExpanded, true /* allowChildrenExpansion */);
1162 row.onExpandedByGesture(userExpanded);

Completed in 84 milliseconds