Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/camera/
DCarCamera.java49 public Rect getCameraCrop() throws CarNotConnectedException { in getCameraCrop() method in CarCamera
51 return mService.getCameraCrop(mCameraType); in getCameraCrop()
DICarCamera.aidl28 Rect getCameraCrop(in int cameraType) = 2; in getCameraCrop() method
/packages/services/Car/service/src/com/android/car/
DCarCameraService.java124 public Rect getCameraCrop(int cameraType) { in getCameraCrop() method in CarCameraService
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/camera/
DCameraTestFragment.java81 Rect rect = mRvcCamera.getCameraCrop(); in onCreateView()
/packages/services/Car/car-lib/api/
Dsystem-current.txt536 method public android.graphics.Rect getCameraCrop() throws android.car.CarNotConnectedException;
574 … method public abstract android.graphics.Rect getCameraCrop(int) throws android.os.RemoteException;