Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java49 private Rect mInsets; field in BoxInsetLayout
65 if (mInsets == null) { in BoxInsetLayout()
66 mInsets = new Rect(); in BoxInsetLayout()
84 mInsets.set( in onApplyWindowInsets()
104 return mInsets; in getInsets()