Searched refs:mChildBoundingInsets (Results 1 – 1 of 1) sorted by relevance
1191 private final Rect mChildBoundingInsets = new Rect(); field in ViewRootImpl2714 mTempRect.inset(mChildBoundingInsets.left, mChildBoundingInsets.top, in setBoundsLayerCrop()2715 mChildBoundingInsets.right, mChildBoundingInsets.bottom); in setBoundsLayerCrop()12754 mChildBoundingInsets.set(insets); in setChildBoundingInsets()