Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java185 sanitizeChild(layout.getContractedChild()); in sanitizeHeaderViews()
286 View contractedChild = row.getPrivateLayout().getContractedChild(); in compareToHeader()
311 applyToView(apply, reset, row.getPrivateLayout().getContractedChild()); in apply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java100 return row.getPrivateLayout().getContractedChild() != null in hasContent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java266 view, mRow.getPrivateLayout().getContractedChild()); in testUsesSameViewWhenCachedPossibleToReuse()
287 view, mRow.getPrivateLayout().getContractedChild()); in testInflatesNewViewWhenCachedNotPossibleToReuse()
DNotificationEntryManagerInflationTest.java326 assertNotNull(entry.getRow().getPrivateLayout().getContractedChild()); in testAddNotification()
387 assertNotNull(entry.getRow().getPrivateLayout().getContractedChild()); in testContentViewInflationDuringRowInflationInflatesCorrectViews()
DExpandableNotificationRowTest.java147 assertNull(row.getPublicLayout().getContractedChild()); in setNeedsRedactionFreesViewWhenFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java345 privateLayout, privateLayout.getContractedChild(), in apply()
421 publicLayout, publicLayout.getContractedChild(), in apply()
DExpandableNotificationRow.java424 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()
651 boolean customView = layout.getContractedChild() != null in updateLimitsForView()
652 && layout.getContractedChild().getId() in updateLimitsForView()
1050 View contractedChild = layout.getContractedChild();
DNotificationContentView.java378 public View getContractedChild() { in getContractedChild() method in NotificationContentView