Home
last modified time | relevance | path

Searched refs:shouldUseSurfaceView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videotech/
DVideoTech.java38 boolean shouldUseSurfaceView(); in shouldUseSurfaceView() method
/packages/apps/Dialer/java/com/android/incallui/videotech/empty/
DEmptyVideoTech.java46 public boolean shouldUseSurfaceView() { in shouldUseSurfaceView() method in EmptyVideoTech
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java472 if (dialerCall != null && dialerCall.getVideoTech().shouldUseSurfaceView()) { in newVideoCallScreenDelegate()
742 call.getId(), call.getVideoTech().shouldUseSurfaceView()); in showVideoCallScreenFragment()
/packages/apps/Dialer/java/com/android/incallui/videotech/lightbringer/
DLightbringerTech.java74 public boolean shouldUseSurfaceView() { in shouldUseSurfaceView() method in LightbringerTech
/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoTech.java104 public boolean shouldUseSurfaceView() { in shouldUseSurfaceView() method in ImsVideoTech