Searched defs:surface (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Camera/src/com/android/camera/panorama/ |
H A D | MosaicRendererSurfaceViewRenderer.java | 36 /** A callback to be called when the surface is created */ 38 public void onMosaicSurfaceCreated(final int surface); argument
|
H A D | PanoramaActivity.java | 487 public synchronized void onFrameAvailable(SurfaceTexture surface) { argument 1063 private void setPreviewTexture(SurfaceTexture surface) { argument 1065 mCameraDevice.setPreviewTexture(surface);
|
/packages/apps/Nfc/src/com/android/nfc/ |
H A D | FireflyRenderThread.java | 110 public FireflyRenderThread(Context context, SurfaceTexture surface, int width, int height) { argument 111 mSurface = surface; 301 // Unbind the current surface and context from the display
|
H A D | SendUi.java | 477 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { argument 479 mFireflyRenderThread = new FireflyRenderThread(mContext, surface, width, height); 485 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { argument 490 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { argument 504 public void onSurfaceTextureUpdated(SurfaceTexture surface) { argument
|
Completed in 81 milliseconds