Searched refs:mInsets (Results 1 – 4 of 4) sorted by relevance
34 private Insets mInsets; field in BubbleActivity64 mInsets = i.getParcelableExtra(EXTRA_INSETS); in setUpTestForExtras()112 int bottomInset = windowMetricsMax.getBounds().bottom - mInsets.bottom; in checkHeight()
49 private Rect mInsets; field in BoxInsetLayout65 if (mInsets == null) { in BoxInsetLayout()66 mInsets = new Rect(); in BoxInsetLayout()84 mInsets.set( in onApplyWindowInsets()104 return mInsets; in getInsets()
429 private Insets mInsets = null; field in DrawableWrapperTest.MockDrawable466 mInsets = insets; in setInsets()471 return mInsets != null ? mInsets : Insets.NONE; in getOpticalInsets()
895 private Insets mInsets = null; field in DrawableContainerTest.MockDrawable915 mInsets = insets; in setInsets()920 return mInsets != null ? mInsets : Insets.NONE; in getOpticalInsets()