Searched refs:inlineContentView (Results 1 – 1 of 1) sorted by relevance
150 for (InlineContentView inlineContentView : mClippedDescendants) { in setZOrderedOnTop()151 inlineContentView.setZOrderedOnTop(onTop); in setZOrderedOnTop()168 final InlineContentView inlineContentView = (InlineContentView) root; in clipDescendantInlineContentViews() local170 offsetRectIntoDescendantCoords(inlineContentView, mContentBounds); in clipDescendantInlineContentViews()171 inlineContentView.setClipBounds(mContentBounds); in clipDescendantInlineContentViews()172 mClippedDescendants.add(inlineContentView); in clipDescendantInlineContentViews()