Searched refs:onSurfaceTextureAvailable (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DHardwareCameraPreview.java46 public void onSurfaceTextureAvailable(final SurfaceTexture surfaceTexture, final int i, final int i2) {
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColors.java76 public void onSurfaceTextureAvailable(final SurfaceTexture surface, method in class:Colors
78 LOG("onSurfaceTextureAvailable(%s, %d, %d)", surface, width, height);
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintLocationAnimationVideoView.java65 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture, int width,
/packages/apps/Settings/src/com/android/settings/gestures/
H A DGesturePreference.java122 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture, int width,
/packages/apps/Camera2/src/com/android/camera/
H A DTextureViewHelper.java464 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:TextureViewHelper
471 mSurfaceTextureListener.onSurfaceTextureAvailable(surface, width, height);
H A DVideoUI.java277 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:VideoUI
H A DPhotoUI.java275 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:PhotoUI
H A DCaptureModule.java238 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
239 Log.d(TAG, "onSurfaceTextureAvailable");
706 // means we will never get the onSurfaceTextureAvailable call. So we
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModule.java287 public void onSurfaceTextureAvailable(
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, method in class:BlockingGLTextureView
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java206 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture, int width, method in class:VideoCallFragment.VideoCallSurface
210 Log.i(TAG, "onSurfaceTextureAvailable: " + surfaceTexture);
215 Log.d(this, " onSurfaceTextureAvailable mSurfaceId=" + mSurfaceId + " surfaceTexture="
218 Log.d(this, " onSurfaceTextureAvailable VideoCallPresenter=" + mPresenter);
224 Log.d(this, " onSurfaceTextureAvailable: Replacing with cached surface...");
239 Log.e(this, "onSurfaceTextureAvailable: Presenter is null");
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java1703 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:CameraAppUI
1709 mPreviewStatusListener.onSurfaceTextureAvailable(surface, width, height);
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java728 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { method in class:SendUi

Completed in 147 milliseconds