Searched refs:getContractedChild (Results 1 – 6 of 6) sorted by relevance
100 return row.getPrivateLayout().getContractedChild() != null in hasContent()
164 sanitizeChild(layout.getContractedChild(), row); in sanitizeTopLineViews()268 View contractedChild = row.getPrivateLayout().getContractedChild(); in compareToGroupParent()293 applyToView(apply, reset, row.getPrivateLayout().getContractedChild()); in apply()
305 view, mRow.getPrivateLayout().getContractedChild()); in testUsesSameViewWhenCachedPossibleToReuse()326 view, mRow.getPrivateLayout().getContractedChild()); in testInflatesNewViewWhenCachedNotPossibleToReuse()
497 privateLayout, privateLayout.getContractedChild(), in apply()580 publicLayout, publicLayout.getContractedChild(), in apply()
496 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()714 View contractedView = layout.getContractedChild(); in updateLimitsForView()1179 View contractedChild = layout.getContractedChild();
401 public View getContractedChild() { in getContractedChild() method in NotificationContentView