Searched refs:getContractedChild (Results 1 – 4 of 4) sorted by relevance
169 sanitizeChild(layout.getContractedChild()); in sanitizeHeaderViews()290 applyToView(apply, row.getPrivateLayout().getContractedChild()); in apply()
94 return row.getPrivateLayout().getContractedChild(); in getContentView()106 return row.getPublicLayout().getContractedChild(); in getPublicContentView()
236 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();
333 public View getContractedChild() { in getContractedChild() method in NotificationContentView