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/
DNotificationHeaderUtil.java187 sanitizeChild(layout.getExpandedChild()); in sanitizeHeaderViews()
313 applyToView(apply, reset, row.getPrivateLayout().getExpandedChild()); in apply()
DNotificationRemoteInputManager.java444 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()
450 && !row.getPrivateLayout().getExpandedChild().isShown()) { in activateRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java425 View expandedChild = layout.getExpandedChild(); in setIconAnimationRunning()
658 View expandedView = layout.getExpandedChild(); in updateLimitsForView()
1051 View expandedChild = layout.getExpandedChild();
2823 return getPrivateLayout().getExpandedChild();
DNotificationContentInflater.java370 callback, privateLayout, privateLayout.getExpandedChild(), in apply()
DNotificationContentView.java382 public View getExpandedChild() { in getExpandedChild() method in NotificationContentView