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.java41 boolean shouldUseSurfaceView(); in shouldUseSurfaceView() method
/packages/apps/Dialer/java/com/android/incallui/videotech/empty/
DEmptyVideoTech.java48 public boolean shouldUseSurfaceView() { in shouldUseSurfaceView() method in EmptyVideoTech
/packages/apps/Dialer/java/com/android/incallui/videotech/duo/
DDuoVideoTech.java104 public boolean shouldUseSurfaceView() { in shouldUseSurfaceView() method in DuoVideoTech
/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoTech.java108 public boolean shouldUseSurfaceView() { in shouldUseSurfaceView() method in ImsVideoTech
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java1122 if (dialerCall != null && dialerCall.getVideoTech().shouldUseSurfaceView()) { in newVideoCallScreenDelegate()
1617 call.getId(), call.getVideoTech().shouldUseSurfaceView()); in showVideoCallScreenFragment()