Searched refs:onExpandClicked (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenterTest.kt | 317 underTest.onExpandClicked(row.entry, mock(), /* nowExpanded= */ true) in testExpandSensitiveNotification_onLockScreen_opensShade() 342 underTest.onExpandClicked(row, row.entryAdapter, /* nowExpanded= */ true) in testExpandSensitiveNotification_onLockScreen_opensShade_entryAdapter() 367 underTest.onExpandClicked(entry, mock(), /* nowExpanded= */ true) in testExpandSensitiveNotification_onLockedShade_showsBouncer() 390 underTest.onExpandClicked(row, row.entryAdapter, /* nowExpanded= */ true) in testExpandSensitiveNotification_onLockedShade_showsBouncer_entryAdapter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenter.java | 249 public void onExpandClicked(NotificationEntry clickedEntry, View clickedView, in onExpandClicked() method in StatusBarNotificationPresenter 267 public void onExpandClicked(ExpandableNotificationRow row, EntryAdapter clickedEntry, in onExpandClicked() method in StatusBarNotificationPresenter
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 420 mOnExpandClickListener.onExpandClicked(this, mEntryAdapter, nowExpanded); in toggleExpansionState() 430 mOnExpandClickListener.onExpandClicked(getEntryLegacy(), v, nowExpanded); in toggleExpansionState() 458 mOnExpandClickListener.onExpandClicked(this, mEntryAdapter, nowExpanded); in toggleExpansionState() 460 mOnExpandClickListener.onExpandClicked(getEntryLegacy(), v, nowExpanded); in toggleExpansionState() 4280 void onExpandClicked(NotificationEntry clickedEntry, View clickedView, boolean nowExpanded); in onExpandClicked() method 4282 void onExpandClicked(ExpandableNotificationRow row, EntryAdapter clickedEntry, in onExpandClicked() method
|