Home
last modified time | relevance | path

Searched refs:setExpandedChild (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java457 privateLayout.setExpandedChild(result.inflatedExpandedView); in finishIfDone()
459 privateLayout.setExpandedChild(null); in finishIfDone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java444 public void setExpandedChild(View child) { in setExpandedChild() method in NotificationContentView