Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DPathMeasureTest.java75 mPathMeasure.setPath(mPath, true); in testGetPosTan()
77 mPathMeasure.setPath(mPath, true); in testGetPosTan()
88 mPathMeasure.setPath(mPath, true); in testNextContour()
97 mPathMeasure.setPath(mPath, true); in testGetLength()
108 measure.setPath(circle, true); in testIsClosed()
114 measure.setPath(line, false); in testIsClosed()
116 measure.setPath(line, true); in testIsClosed()
122 mPathMeasure.setPath(mPath, true); in testSetPath()
130 mPathMeasure.setPath(mPath, true); in testGetSegment()
143 mPathMeasure.setPath(mPath, true); in testGetMatrix()
DOutlineTest.java185 outline.setPath(path);
189 outline.setPath(path);
206 outline.setPath(path);
DRegionTest.java1360 assertTrue(mRegion.setPath(path, clip)); in testGetBoundaryPath1()
1392 assertFalse(mRegion.setPath(path, clip)); in testSetPath()
1397 assertFalse(mRegion.setPath(path, clip)); in testSetPath()
1403 assertFalse(mRegion.setPath(path, clip)); in testSetPath()
1410 assertTrue(mRegion.setPath(path, clip)); in testSetPath()
1416 assertTrue(mRegion.setPath(path, clip)); in testSetPath()
1427 assertTrue(mRegion.setPath(path, clip)); in testSetPath()
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStorePendingTest.java296 params.setPath(dir); in testDirectories()
308 params.setPath(dir); in testDirectories()
320 params.setPath(dir); in testDirectories()
332 params.setPath(dir); in testDirectories()
375 params.setPath(Environment.DIRECTORY_DCIM); in testDirectories_Primary()
381 params.setPath("foo/../bar"); in testDirectories_Primary()
389 params.setPath("DCIM/Kittens"); in testDirectories_PrimarySecondary()
DMediaStoreUtils.java116 public void setPath(@Nullable String path) { in setPath() method in MediaStoreUtils.PendingParams
DMediaStore_Audio_MediaTest.java310 media.setPath(Environment.DIRECTORY_MUSIC); in testMediaWithSubtitles()
311 sub.setPath(Environment.DIRECTORY_MUSIC); in testMediaWithSubtitles()
DMediaStore_Video_MediaTest.java458 media.setPath(Environment.DIRECTORY_MOVIES); in testMediaWithSubtitles()
459 sub.setPath(Environment.DIRECTORY_MOVIES); in testMediaWithSubtitles()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconMaskTest.java102 maskRegion.setPath(mMask, maskRegion); in testDeviceConfigMask_largerThanSafezone()
106 safeZoneRegion.setPath(mSafeZone, safeZoneRegion); in testDeviceConfigMask_largerThanSafezone()
DAdaptiveIconDrawableTest.java228 region.setPath(circle, region); in testDrawSetBounds()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DViewClippingTests.java84 outline.setPath(mPath);
104 outline.setPath(mPath);
272 outline.setPath(mPath); in testOvalOutlineClip()
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/
DMediaStoreUtils.java104 public void setPath(@Nullable String path) { in setPath() method in MediaStoreUtils.PendingParams
/cts/tests/tests/media/player/src/android/media/player/cts/
DStreamingMediaPlayerTest.java193 cookie.setPath("/"); // all paths in testHlsWithHeadersCookies()
/cts/tests/tests/text/src/android/text/style/cts/
DTtsSpanTest.java585 .setPath("example/index.html") in testElectronicBuilder()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt16469 method public void setPath(@NonNull android.graphics.Path);
16819 method public void setPath(android.graphics.Path, boolean);
17061 method public boolean setPath(@NonNull android.graphics.Path, @NonNull android.graphics.Region);
49175 method public android.text.style.TtsSpan.ElectronicBuilder setPath(String);