Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java101 || row.getPrivateLayout().getExpandedChild() != null; in hasContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java166 sanitizeChild(layout.getExpandedChild(), row); in sanitizeTopLineViews()
295 applyToView(apply, reset, row.getPrivateLayout().getExpandedChild()); in apply()
DNotificationRemoteInputManager.java455 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()
461 && !row.getPrivateLayout().getExpandedChild().isShown()) { in activateRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java525 callback, privateLayout, privateLayout.getExpandedChild(), in apply()
DExpandableNotificationRow.java497 View expandedChild = layout.getExpandedChild(); in setIconAnimationRunning()
1180 View expandedChild = layout.getExpandedChild();
DNotificationContentView.java405 public View getExpandedChild() { in getExpandedChild() method in NotificationContentView