Home
last modified time | relevance | path

Searched refs:getExpandedChild (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java101 || row.getPrivateLayout().getExpandedChild() != null; in hasContent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java164 sanitizeChild(layout.getExpandedChild(), row); in sanitizeTopLineViews()
292 applyToView(apply, reset, row.getPrivateLayout().getExpandedChild()); in apply()
H A DNotificationRemoteInputManager.java473 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()
479 && !row.getPrivateLayout().getExpandedChild().isShown()) { in activateRemoteInput()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java455 View expandedChild = layout.getExpandedChild(); in setIconAnimationRunning()
1052 View expandedChild = layout.getExpandedChild();
2984 return getPrivateLayout().getExpandedChild();
H A DNotificationContentInflater.java380 callback, privateLayout, privateLayout.getExpandedChild(), in apply()
H A DNotificationContentView.java345 public View getExpandedChild() { in getExpandedChild() method in NotificationContentView