Searched refs:onSurfaceTextureSizeChanged (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
H A DHardwareCameraPreview.java52 public void onSurfaceTextureSizeChanged(
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DHardwareCameraPreview.java51 public void onSurfaceTextureSizeChanged(final SurfaceTexture surfaceTexture, final int i, final int i2) {
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColors.java93 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, method in class:Colors
95 LOG("onSurfaceTextureSizeChanged(%s, %d, %d)", surface, width, height);
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoSurfaceTextureImpl.java232 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {} method in class:VideoSurfaceTextureImpl.SurfaceTextureListener
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintLocationAnimationVideoView.java105 public void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture,
/packages/apps/Settings/src/com/android/settings/widget/
H A DVideoPreference.java125 public void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture, int width,
/packages/apps/Camera2/src/com/android/camera/
H A DTextureViewHelper.java476 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:TextureViewHelper
478 mSurfaceTextureListener.onSurfaceTextureSizeChanged(surface, width, height);
H A DVideoUI.java289 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:VideoUI
H A DPhotoUI.java280 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:PhotoUI
H A DCaptureModule.java260 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
261 Log.d(TAG, "onSurfaceTextureSizeChanged");
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModule.java299 public void onSurfaceTextureSizeChanged(
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, method in class:BlockingGLTextureView
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java1715 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:CameraAppUI
1720 mPreviewStatusListener.onSurfaceTextureSizeChanged(surface, width, height);
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java749 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:SendUi
/packages/apps/TV/libs/
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 703 milliseconds