Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/gesture/src/android/gesture/cts/
DLineGestureStrokeHelper.java61 RectF bounds = new RectF(); in assertLineBoundingBox() local
77 void assertLineBoundingBox(RectF bounds) { in assertLineBoundingBox()
DGestureStrokeTest.java94 RectF bounds = new RectF(); in testToPath_boundedLine() local
/cts/tests/tests/view/src/android/view/cts/
DTouchDelegateTest.java96 public MockTouchDelegate(Rect bounds, View delegateView) { in MockTouchDelegate()
DViewTest.java4064 public MockTouchDelegate(Rect bounds, View delegateView) { in MockTouchDelegate()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableContainerTest.java188 Rect bounds = new Rect(10, 15, 100, 150); in testSetHotspotBounds() local
207 Rect bounds = new Rect(10, 15, 100, 150); in testGetHotspotBounds() local
793 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
987 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DInsetDrawableTest.java259 Rect bounds = d.getBounds(); in testOnBoundsChange() local
345 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DClipDrawableTest.java353 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
397 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DDrawableWrapperTest.java326 Rect bounds = new Rect(2, 2, 26, 32); in testOnBoundsChange() local
536 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DScaleDrawableTest.java321 Rect bounds = new Rect(2, 2, 26, 32); in testOnBoundsChange() local
627 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DLayerDrawableTest.java506 Rect bounds = new Rect(10, 15, 100, 150); in testSetHotspotBounds() local
519 Rect bounds = new Rect(10, 15, 100, 150); in testGetHotspotBounds() local
706 Rect bounds = new Rect(10, 20, 30, 40); in testSetBounds() local
1506 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DDrawableTest.java640 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityNodeInfoTest.java271 Rect bounds = new Rect(); in assertAccessibilityNodeInfoCleared() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DPathTest.java175 RectF bounds = new RectF(); in testComputeBounds1() local
190 RectF bounds = new RectF(LEFT, TOP, RIGHT, BOTTOM); in testComputeBounds2() local
/cts/tests/tests/widget/src/android/widget/cts/
DCompoundButtonTest.java259 Rect bounds; in testOnDraw() local
/cts/tools/signature-tools/src/signature/converter/dex/
DGenericSignatureParser.java307 List<ITypeReference> bounds = new ArrayList<ITypeReference>(); in parseFormalTypeParameter() local
/cts/tests/tests/text/src/android/text/cts/
DLayoutTest.java155 Rect bounds = new Rect(); in testGetLineBounds() local
/cts/tools/signature-tools/test/signature/comparator/
DClassCompareTest.java211 Type[] bounds = ((TypeVariable<?>)sC.getActualTypeArguments()[0]).getBounds(); in compareMissingGenericInterfaceReflection() local