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

/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/Camera2/src/com/android/camera/ui/
H A DFaceView.java96 public void onSurfaceTextureSizeChanged(int uncroppedWidth, int uncroppedHeight) { method in class:FaceView
/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/Launcher3/WallpaperPicker/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/
H A DPhotoUI.java123 public void onSurfaceTextureSizeChanged(int uncroppedWidth, int uncroppedHeight); method in interface:PhotoUI.SurfaceTextureSizeChangedListener
266 mSurfaceTextureSizeListener.onSurfaceTextureSizeChanged(
300 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:PhotoUI
H A DVideoUI.java735 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:VideoUI
H A DWideAnglePanoramaUI.java233 public void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture, int i, int i2) { method in class:WideAnglePanoramaUI
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java699 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { method in class:SendUi

Completed in 78 milliseconds