Home
last modified time | relevance | path

Searched defs:createSurface (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/input/
DDisplayInputSink.java76 private SurfaceControl createSurface(int layerStack) { in createSurface() method in DisplayInputSink
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoSurfaceTextureImpl.java147 private boolean createSurface(int width, int height) { in createSurface() method in VideoSurfaceTextureImpl
/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java192 public boolean createSurface(SurfaceTexture surface) { in createSurface() method in BlockingGLTextureView.EglHelper