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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSurfaceTextureScreenNail.java141 abstract public void onFrameAvailable(SurfaceTexture surfaceTexture); method in class:SurfaceTextureScreenNail
/packages/apps/Camera/src/com/android/camera/
H A DCameraScreenNail.java53 // True if first onFrameAvailable has been called. If screen nail is drawn
356 // onFrameAvailable will not be called. Animation state
357 // relies on onFrameAvailable.
437 public void onFrameAvailable(SurfaceTexture surfaceTexture) { method in class:CameraScreenNail
H A DPanoramaModule.java244 // If we call onFrameAvailable after pausing, the GL thread will crash.
501 public void onFrameAvailable(SurfaceTexture surface) { method in class:PanoramaModule
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java513 public synchronized void onFrameAvailable(SurfaceTexture surface) { method in class:PanoramaActivity
517 // Frames might still be available after the activity is paused. If we call onFrameAvailable

Completed in 399 milliseconds