Searched defs:setDefaultBufferSize (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSurfaceTextureScreenNail.java49 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight);
57 private static void setDefaultBufferSize(SurfaceTexture st, int width, int height) { method in class:SurfaceTextureScreenNail
59 st.setDefaultBufferSize(width, height);
93 setDefaultBufferSize(mSurfaceTexture, mWidth, mHeight);

Completed in 121 milliseconds