Searched refs:getContractedChild (Results 1 – 8 of 8) sorted by relevance
185 sanitizeChild(layout.getContractedChild()); in sanitizeHeaderViews()286 View contractedChild = row.getPrivateLayout().getContractedChild(); in compareToHeader()311 applyToView(apply, reset, row.getPrivateLayout().getContractedChild()); in apply()
100 return row.getPrivateLayout().getContractedChild() != null in hasContent()
266 view, mRow.getPrivateLayout().getContractedChild()); in testUsesSameViewWhenCachedPossibleToReuse()287 view, mRow.getPrivateLayout().getContractedChild()); in testInflatesNewViewWhenCachedNotPossibleToReuse()
326 assertNotNull(entry.getRow().getPrivateLayout().getContractedChild()); in testAddNotification()387 assertNotNull(entry.getRow().getPrivateLayout().getContractedChild()); in testContentViewInflationDuringRowInflationInflatesCorrectViews()
147 assertNull(row.getPublicLayout().getContractedChild()); in setNeedsRedactionFreesViewWhenFalse()
345 privateLayout, privateLayout.getContractedChild(), in apply()421 publicLayout, publicLayout.getContractedChild(), in apply()
424 View contractedChild = layout.getContractedChild(); in setIconAnimationRunning()651 boolean customView = layout.getContractedChild() != null in updateLimitsForView()652 && layout.getContractedChild().getId() in updateLimitsForView()1050 View contractedChild = layout.getContractedChild();
378 public View getContractedChild() { in getContractedChild() method in NotificationContentView