Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java100 return row.getPrivateLayout().getContractedChild() != null in hasContent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java164 sanitizeChild(layout.getContractedChild(), row); in sanitizeTopLineViews()
268 View contractedChild = row.getPrivateLayout().getContractedChild(); in compareToGroupParent()
293 applyToView(apply, reset, row.getPrivateLayout().getContractedChild()); in apply()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java305 view, mRow.getPrivateLayout().getContractedChild()); in testUsesSameViewWhenCachedPossibleToReuse()
326 view, mRow.getPrivateLayout().getContractedChild()); in testInflatesNewViewWhenCachedNotPossibleToReuse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java497 privateLayout, privateLayout.getContractedChild(), in apply()
580 publicLayout, publicLayout.getContractedChild(), in apply()
DExpandableNotificationRow.java496 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()
714 View contractedView = layout.getContractedChild(); in updateLimitsForView()
1179 View contractedChild = layout.getContractedChild();
DNotificationContentView.java401 public View getContractedChild() { in getContractedChild() method in NotificationContentView