Home
last modified time | relevance | path

Searched defs:isPixel2017 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
DVideoSurfaceBindings.java27 public static VideoSurfaceTexture createLocalVideoSurfaceTexture(boolean isPixel2017) { in createLocalVideoSurfaceTexture()
31 public static VideoSurfaceTexture createRemoteVideoSurfaceTexture(boolean isPixel2017) { in createRemoteVideoSurfaceTexture()
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoSurfaceTextureImpl.java38 private final boolean isPixel2017; field in VideoSurfaceTextureImpl
48 public VideoSurfaceTextureImpl(boolean isPixel2017, @SurfaceType int surfaceType) { in VideoSurfaceTextureImpl()