Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java86 return row.getPrivateLayout().getContractedChild(); in getContentView()
98 return row.getPublicLayout().getContractedChild(); in getPublicContentView()
DExpandableNotificationRow.java128 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()
653 expandedChild = mPrivateLayout.getContractedChild(); in updateMaxHeights()
658 headsUpChild = mPrivateLayout.getContractedChild(); in updateMaxHeights()
DNotificationContentView.java181 public View getContractedChild() { in getContractedChild() method in NotificationContentView