Home
last modified time | relevance | path

Searched refs:onSurfaceTextureSizeChanged (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
DTextureViewHelper.java476 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
478 mSurfaceTextureListener.onSurfaceTextureSizeChanged(surface, width, height);
DVideoUI.java289 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() method in VideoUI
DPhotoUI.java280 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() method in PhotoUI
DCaptureModule.java260 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DHardwareCameraPreview.java51 …public void onSurfaceTextureSizeChanged(final SurfaceTexture surfaceTexture, final int i, final in… in HardwareCameraPreview()
/packages/screensavers/Basic/src/com/android/dreams/basic/
DColors.java93 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, in onSurfaceTextureSizeChanged() method in Colors
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintLocationAnimationVideoView.java88 public void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture, in onFinishInflate()
/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentModule.java299 public void onSurfaceTextureSizeChanged(
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, in onSurfaceTextureSizeChanged() method in BlockingGLTextureView
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoCallFragment.java251 public void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture, int width, in onSurfaceTextureSizeChanged() method in VideoCallFragment.VideoCallSurface
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java1715 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() method in CameraAppUI
1720 mPreviewStatusListener.onSurfaceTextureSizeChanged(surface, width, height); in onSurfaceTextureSizeChanged()
/packages/apps/Nfc/src/com/android/nfc/beam/
DSendUi.java740 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() method in SendUi