Home
last modified time | relevance | path

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

/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