Home
last modified time | relevance | path

Searched refs:SURFACE_PREVIEW (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DVideoCallPresenter.java290 if (surface == VideoCallFragment.SURFACE_PREVIEW ) { in onSurfaceCreated()
330 } else if (surface == VideoCallFragment.SURFACE_PREVIEW) { in onSurfaceReleased()
354 if (surface == VideoCallFragment.SURFACE_PREVIEW) { in onSurfaceDestroyed()
DVideoCallFragment.java59 public static final int SURFACE_PREVIEW = 2; field in VideoCallFragment
840 sPreviewSurface = new VideoCallSurface(getPresenter(), SURFACE_PREVIEW, in inflateVideoCallViews()