Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java35 private Insets mInsets; field in BubbleActivity
65 mInsets = i.getParcelableExtra(EXTRA_INSETS); in setUpTestForExtras()
114 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()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java801 private WindowInsets mInsets; field in ActivityTransitionTests.LauncherActivity
815 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()