Searched refs:setLocation (Results 1 – 13 of 13) sorted by relevance
/cts/tools/vm-tests-tf/build/src/util/build/ |
D | JavacBuildStep.java | 75 fileManager.setLocation(StandardLocation.CLASS_OUTPUT, Arrays.asList( in build() 77 fileManager.setLocation(StandardLocation.CLASS_PATH, classPathFiles); in build()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | LostModeLocationTest.java | 114 provider.setLocation(TEST_LATITUDE, TEST_LONGITUDE, TEST_ACCURACY); in sendLostModeLocationUpdate_returnTrueAndSendLocationUpdate() 138 provider.setLocation(TEST_LATITUDE, TEST_LONGITUDE, TEST_ACCURACY); in sendLostModeLocationUpdate_sendMostRecentLocation() 139 provider.setLocation(TEST_LATITUDE_2, TEST_LONGITUDE_2, TEST_ACCURACY_2); in sendLostModeLocationUpdate_sendMostRecentLocation()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/location/ |
D | LocationProvider.java | 90 public void setLocation(double latitude, double longitude, float accuracy) { in setLocation() method in LocationProvider
|
/cts/tests/media/src/android/mediav2/cts/ |
D | MuxerTest.java | 527 muxer.setLocation(tooFarNorth, atlanticLong); in testSetLocation() 534 muxer.setLocation(tooFarSouth, atlanticLong); in testSetLocation() 541 muxer.setLocation(atlanticLat, tooFarWest); in testSetLocation() 548 muxer.setLocation(atlanticLat, tooFarEast); in testSetLocation() 555 muxer.setLocation(tooFarNorth, tooFarWest); in testSetLocation() 562 muxer.setLocation(atlanticLat, atlanticLong); in testSetLocation() 570 muxer.setLocation(ANNAPURNA_LAT, ANNAPURNA_LONG); in testSetLocation() 584 muxer.setLocation(0.0f, 0.0f); in testSetLocation() 593 muxer.setLocation(ANNAPURNA_LAT, ANNAPURNA_LONG); in testSetLocation() 601 muxer.setLocation(ANNAPURNA_LAT, ANNAPURNA_LONG); in testSetLocation()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | CameraTest.java | 149 mCamera.setLocation(10.0f, 20.0f, 30.0f); in testLocationAccessors()
|
D | MatrixTest.java | 267 camera.setLocation(0, 0, 100); in testIsAffine_withCamera()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | ResourceManagerRecorderActivity.java | 294 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); in recordVideoUsingCamera()
|
/cts/tests/tests/media/muxer/src/android/media/muxer/cts/ |
D | MediaMuxerTest.java | 770 muxer.setLocation(BAD_LATITUDE, LONGITUDE); in cloneMediaUsingMuxer() 777 muxer.setLocation(LATITUDE, BAD_LONGITUDE); in cloneMediaUsingMuxer() 784 muxer.setLocation(LATITUDE, LONGITUDE); in cloneMediaUsingMuxer()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventTest.java | 430 mMotionEvent2.setLocation(0.0f, 0.0f); in testSetLocation() 434 mMotionEvent2.setLocation(2.0f, 2.0f); in testSetLocation()
|
D | ViewTest.java | 542 event.setLocation(0, 21); in testAccessPointerIcon() 547 event.setLocation(0, 41); in testAccessPointerIcon() 551 event.setLocation(0, 61); in testAccessPointerIcon() 556 event.setLocation(0, 71); in testAccessPointerIcon()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | DngCreatorTest.java | 382 dngCreator.setLocation(l); in testSingleImageThumbnail()
|
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/ |
D | MediaRecorderTest.java | 487 mMediaRecorder.setLocation(LATITUDE, LONGITUDE); in recordVideoUsingCamera()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 15683 method public void setLocation(float, float, float); 19896 …method @NonNull public android.hardware.camera2.DngCreator setLocation(@NonNull android.location.L… 23950 method public void setLocation(float, float); 24225 method public void setLocation(float, float); 51853 method public void setLocation(float, float);
|