Searched defs:nowExpanded (Results 1 - 3 of 3) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java1539 public void onExpandClicked(Entry clickedEntry, boolean nowExpanded) { argument
H A DExpandableNotificationRow.java147 boolean nowExpanded = mGroupManager.toggleGroupExpansion(mStatusBarNotification);
148 mOnExpandClickListener.onExpandClicked(mEntry, nowExpanded);
150 nowExpanded);
156 boolean nowExpanded;
158 nowExpanded = !mExpandedWhenPinned;
159 mExpandedWhenPinned = nowExpanded;
161 nowExpanded = !isExpanded();
162 setUserExpanded(nowExpanded);
165 mOnExpandClickListener.onExpandClicked(mEntry, nowExpanded);
167 nowExpanded);
1635 onExpandClicked(NotificationData.Entry clickedEntry, boolean nowExpanded) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java4520 public void onExpandClicked(Entry clickedEntry, boolean nowExpanded) { argument
4521 mHeadsUpManager.setExpanded(clickedEntry, nowExpanded);
4522 if (mState == StatusBarState.KEYGUARD && nowExpanded) {

Completed in 77 milliseconds