Home
last modified time | relevance | path

Searched defs:height (Results 1 – 9 of 9) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DTextureViewSubPane.java115 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()
DFixedAspectSurfaceView.java77 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
DSurfaceViewSubPane.java163 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
DTestingCamera21.java105 int height = 0; in onConfigurationChanged() local
/pdk/apps/TestingCamera/src/com/android/testingcamera/
DCallbackProcessor.java51 public CallbackProcessor(int width, int height, int format, in CallbackProcessor()
DTestingCamera.java433 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()
DSnapshotDialogFragment.java196 int height = exif.getAttributeInt(ExifInterface.TAG_IMAGE_LENGTH, 0); in updateExif() local
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DTestingCamera2.java328 int height = params.height; in updatePreviewOrientation() local
374 int height) { in surfaceChanged()
DCameraOps.java456 int height = 480; in minimalStillCapture() local