Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java180 sanitizeChild(layout.getExpandedChild()); in sanitizeHeaderViews()
302 applyToView(apply, row.getPrivateLayout().getExpandedChild()); in apply()
DNotificationRemoteInputManager.java407 riv = findRemoteInputView(row.getPrivateLayout().getExpandedChild()); in activateRemoteInput()
413 && !row.getPrivateLayout().getExpandedChild().isShown()) { in activateRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java401 View expandedChild = layout.getExpandedChild(); in setIconAnimationRunning()
649 View expandedView = layout.getExpandedChild(); in updateLimitsForView()
1035 View expandedChild = layout.getExpandedChild();
2821 return getPrivateLayout().getExpandedChild();
DNotificationContentInflater.java417 callback, privateLayout, privateLayout.getExpandedChild(), in apply()
DNotificationContentView.java367 public View getExpandedChild() { in getExpandedChild() method in NotificationContentView