Home
last modified time | relevance | path

Searched defs:inset (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DInsetDrawableTest.java304 float inset = .1f; in testOnBoundsChange_fraction() local
325 float inset = .1f; in testIsBoundsAndIntrinsicSizeInverse() local
515 public MockInsetDrawable(Drawable drawable, float inset) { in MockInsetDrawable()
519 public MockInsetDrawable(Drawable drawable, int inset) { in MockInsetDrawable()
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DRoundRectShapeTest.java76 RectF inset = new RectF(6, 6, 6, 6); in testDraw() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DInsetsTest.java102 Insets inset = Insets.of(1, 3, 5, 7); in testParcel() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDialogFrameTests.java313 private static Rect inset(Rect original, Insets insets) { in inset() method in DialogFrameTests
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowMetricsTestHelper.java185 private static Rect inset(Rect original, Insets insets) { in inset() method in WindowMetricsTestHelper
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java122 int inset = 20; in testDrawDoubleRoundRect() local
163 int inset = 30; in testDrawDoubleRoundRectWithRadii() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DDisplayCutoutTests.java592 private int safeInset(int inset, boolean canIgnoreSmallCutout) { in safeInset()