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

/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoCallFragment.java254 public Surface getSurface() { method in class:VideoCallFragment.VideoCallSurface
479 return sDisplaySurface != null && sDisplaySurface.getSurface() != null;
487 return sPreviewSurface != null && sPreviewSurface.getSurface() != null;
496 return sDisplaySurface == null ? null : sDisplaySurface.getSurface();
505 return sPreviewSurface == null ? null : sPreviewSurface.getSurface();

Completed in 611 milliseconds