Searched defs:height (Results 1 – 9 of 9) sorted by relevance
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
D | TextureViewSubPane.java | 115 int height = width * s.getHeight() / s.getWidth(); in updateSizes() local 121 int height = width / 2; in updateSizes() local 146 final int height) { in onSurfaceTextureAvailable() 157 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
D | FixedAspectSurfaceView.java | 77 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
|
D | SurfaceViewSubPane.java | 163 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
|
D | TestingCamera21.java | 105 int height = 0; in onConfigurationChanged() local
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
D | CallbackProcessor.java | 51 public CallbackProcessor(int width, int height, int format, in CallbackProcessor()
|
D | TestingCamera.java | 433 int height) { in surfaceChanged() 1223 int height = mPreviewSizes.get(mPreviewSize).height; in updatePreviewSizes() local 1434 int height = mPreviewSizes.get(mPreviewSize).height; in layoutPreview() local 1494 int height = mPreviewSizes.get(mPreviewSize).height; in configureCallbacks() local 1804 static int getCallbackBufferSize(int width, int height, int format) { in getCallbackBufferSize()
|
D | SnapshotDialogFragment.java | 196 int height = exif.getAttributeInt(ExifInterface.TAG_IMAGE_LENGTH, 0); in updateExif() local
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/ |
D | TestingCamera2.java | 328 int height = params.height; in updatePreviewOrientation() local 374 int height) { in surfaceChanged()
|
D | CameraOps.java | 456 int height = 480; in minimalStillCapture() local
|