Home
last modified time | relevance | path

Searched refs:getAmbientChild (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java138 assertNull(mRow.getShowingLayout().getAmbientChild()); in testInflationOnlyInflatesSetFlags()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java531 newParent, newParent.getAmbientChild(), newParent.getVisibleWrapper( in apply()
833 return ambientView.getAmbientChild() != null; in canReapplyAmbient()
DNotificationContentView.java397 public View getAmbientChild() { in getAmbientChild() method in NotificationContentView