Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java100 return row.getPrivateLayout().getContractedChild() != null in hasContent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java162 sanitizeChild(layout.getContractedChild(), row); in sanitizeTopLineViews()
265 View contractedChild = row.getPrivateLayout().getContractedChild(); in compareToGroupParent()
290 applyToView(apply, reset, row.getPrivateLayout().getContractedChild()); in apply()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java294 view, mRow.getPrivateLayout().getContractedChild()); in testUsesSameViewWhenCachedPossibleToReuse()
315 view, mRow.getPrivateLayout().getContractedChild()); in testInflatesNewViewWhenCachedNotPossibleToReuse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java407 privateLayout, privateLayout.getContractedChild(), in apply()
489 publicLayout, publicLayout.getContractedChild(), in apply()
H A DExpandableNotificationRow.java480 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()
688 View contractedView = layout.getContractedChild(); in updateLimitsForView()
1130 View contractedChild = layout.getContractedChild();
H A DNotificationContentView.java385 public View getContractedChild() { in getContractedChild() method in NotificationContentView