Searched refs:getContractedChild (Results 1 – 6 of 6) sorted by relevance
100 return row.getPrivateLayout().getContractedChild() != null in hasContent()
162 sanitizeChild(layout.getContractedChild(), row); in sanitizeTopLineViews()265 View contractedChild = row.getPrivateLayout().getContractedChild(); in compareToGroupParent()290 applyToView(apply, reset, row.getPrivateLayout().getContractedChild()); in apply()
294 view, mRow.getPrivateLayout().getContractedChild()); in testUsesSameViewWhenCachedPossibleToReuse()315 view, mRow.getPrivateLayout().getContractedChild()); in testInflatesNewViewWhenCachedNotPossibleToReuse()
407 privateLayout, privateLayout.getContractedChild(), in apply()489 publicLayout, publicLayout.getContractedChild(), in apply()
480 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()688 View contractedView = layout.getContractedChild(); in updateLimitsForView()1130 View contractedChild = layout.getContractedChild();
385 public View getContractedChild() { in getContractedChild() method in NotificationContentView