Searched refs:getContractedChild (Results 1 – 3 of 3) sorted by relevance
86 return row.getPrivateLayout().getContractedChild(); in getContentView()98 return row.getPublicLayout().getContractedChild(); in getPublicContentView()
128 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()653 expandedChild = mPrivateLayout.getContractedChild(); in updateMaxHeights()658 headsUpChild = mPrivateLayout.getContractedChild(); in updateMaxHeights()
181 public View getContractedChild() { in getContractedChild() method in NotificationContentView