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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DHardwareCameraPreview.java56 public boolean onSurfaceTextureDestroyed(final SurfaceTexture surfaceTexture) {
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColors.java108 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:Colors
109 LOG("onSurfaceTextureDestroyed(%s)", surface);
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintLocationAnimationVideoView.java105 public boolean onSurfaceTextureDestroyed(SurfaceTexture surfaceTexture) {
/packages/apps/Settings/src/com/android/settings/gestures/
H A DGesturePreference.java137 public boolean onSurfaceTextureDestroyed(SurfaceTexture surfaceTexture) {
/packages/apps/Camera2/src/com/android/camera/
H A DTextureViewHelper.java483 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:TextureViewHelper
485 mSurfaceTextureListener.onSurfaceTextureDestroyed(surface);
H A DVideoUI.java282 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:VideoUI
H A DPhotoUI.java285 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:PhotoUI
H A DCaptureModule.java250 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
251 Log.d(TAG, "onSurfaceTextureDestroyed");
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModule.java293 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java79 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:BlockingGLTextureView
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java263 public boolean onSurfaceTextureDestroyed(SurfaceTexture surfaceTexture) { method in class:VideoCallFragment.VideoCallSurface
267 Log.d(this, " onSurfaceTextureDestroyed mSurfaceId=" + mSurfaceId + " surfaceTexture="
270 Log.d(this, " onSurfaceTextureDestroyed VideoCallPresenter=" + mPresenter);
289 Log.e(this, "onSurfaceTextureDestroyed: Presenter is null.");
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java1725 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:CameraAppUI
1729 return mPreviewStatusListener.onSurfaceTextureDestroyed(surface);
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java745 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { method in class:SendUi

Completed in 4309 milliseconds