Searched defs:onSurfaceTextureUpdated (Results 1 - 8 of 8) sorted by relevance

/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColors.java132 public void onSurfaceTextureUpdated(SurfaceTexture surface) { method in class:Colors
133 LOG("onSurfaceTextureUpdated(%s)", surface);
/packages/apps/Camera2/src/com/android/camera/
H A DTextureViewHelper.java491 public void onSurfaceTextureUpdated(SurfaceTexture surface) { method in class:TextureViewHelper
493 mSurfaceTextureListener.onSurfaceTextureUpdated(surface);
H A DVideoUI.java293 public void onSurfaceTextureUpdated(SurfaceTexture surface) { method in class:VideoUI
H A DPhotoUI.java291 public void onSurfaceTextureUpdated(SurfaceTexture surface) { method in class:PhotoUI
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java87 public void onSurfaceTextureUpdated(SurfaceTexture surface) { method in class:BlockingGLTextureView
/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java294 public void onSurfaceTextureUpdated(SurfaceTexture surface) { method in class:VideoCallFragment.VideoCallSurface
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java749 public void onSurfaceTextureUpdated(SurfaceTexture surface) { } method in class:SendUi
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java1422 * {@link CameraAppUI#onSurfaceTextureUpdated(android.graphics.SurfaceTexture)},
1497 * onSurfaceTextureUpdated whenever the preview gets stopped and
1735 public void onSurfaceTextureUpdated(SurfaceTexture surface) { method in class:CameraAppUI
1738 mPreviewStatusListener.onSurfaceTextureUpdated(surface);
1747 Log.v(TAG, "hiding cover via onSurfaceTextureUpdated");

Completed in 673 milliseconds