Home
last modified time | relevance | path

Searched refs:mChildBoundingInsets (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java1191 private final Rect mChildBoundingInsets = new Rect(); field in ViewRootImpl
2714 mTempRect.inset(mChildBoundingInsets.left, mChildBoundingInsets.top, in setBoundsLayerCrop()
2715 mChildBoundingInsets.right, mChildBoundingInsets.bottom); in setBoundsLayerCrop()
12754 mChildBoundingInsets.set(insets); in setChildBoundingInsets()