Searched refs:mInsets (Results 1 – 5 of 5) sorted by relevance
35 private Insets mInsets; field in BubbleActivity65 mInsets = i.getParcelableExtra(EXTRA_INSETS); in setUpTestForExtras()114 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()
801 private WindowInsets mInsets; field in ActivityTransitionTests.LauncherActivity815 view.setOnApplyWindowInsetsListener((v, insets) -> mInsets = insets); in onCreate()822 final Insets insets = mInsets.getInsets(WindowInsets.Type.systemBars() in getActivityTestableRegion()830 RoundedCorner topLeftCorner = mInsets.getRoundedCorner(POSITION_TOP_LEFT); in cropRoundedCornersRegions()831 RoundedCorner bottomRightCorner = mInsets.getRoundedCorner(POSITION_BOTTOM_RIGHT); in cropRoundedCornersRegions()