Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationHeaderUtil.java169 sanitizeChild(layout.getContractedChild()); in sanitizeHeaderViews()
290 applyToView(apply, row.getPrivateLayout().getContractedChild()); in apply()
DNotificationData.java94 return row.getPrivateLayout().getContractedChild(); in getContentView()
106 return row.getPublicLayout().getContractedChild(); in getPublicContentView()
DExpandableNotificationRow.java236 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()
305 boolean customView = layout.getContractedChild().getId() in updateLimitsForView()
585 View contractedChild = layout.getContractedChild();
1295 expandedChild = mPrivateLayout.getContractedChild();
1300 headsUpChild = mPrivateLayout.getContractedChild();
DNotificationContentView.java333 public View getContractedChild() { in getContractedChild() method in NotificationContentView