Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java34 private Insets mInsets; field in BubbleActivity
64 mInsets = i.getParcelableExtra(EXTRA_INSETS); in setUpTestForExtras()
112 int bottomInset = windowMetricsMax.getBounds().bottom - mInsets.bottom; in checkHeight()
/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()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableWrapperTest.java429 private Insets mInsets = null; field in DrawableWrapperTest.MockDrawable
466 mInsets = insets; in setInsets()
471 return mInsets != null ? mInsets : Insets.NONE; in getOpticalInsets()
DDrawableContainerTest.java895 private Insets mInsets = null; field in DrawableContainerTest.MockDrawable
915 mInsets = insets; in setInsets()
920 return mInsets != null ? mInsets : Insets.NONE; in getOpticalInsets()