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

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java97 if (updateSurface) {
101 updateSurface = false;
222 updateSurface = false;
231 updateSurface = true;
338 private boolean updateSurface = false; field in class:MyRenderer
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp121 void CanvasContext::updateSurface(ANativeWindow* window) { function in class:android::uirenderer::renderthread::CanvasContext
H A DRenderProxy.cpp153 CREATE_BRIDGE2(updateSurface, CanvasContext* context, ANativeWindow* window) {
154 args->context->updateSurface(args->window);
158 void RenderProxy::updateSurface(const sp<ANativeWindow>& window) { function in class:android::uirenderer::renderthread::RenderProxy
159 SETUP_TASK(updateSurface);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java187 if (updateSurface) {
194 updateSurface = false;
327 updateSurface = false;
336 updateSurface = true;
501 private boolean updateSurface = false; field in class:CamRenderer
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java230 abstract void updateSurface(Surface surface) throws OutOfResourcesException; method in class:HardwareRenderer
H A DSurface.java466 mHwuiContext.updateSurface();
601 void updateSurface() { method in class:Surface.HwuiContext
H A DThreadedRenderer.java155 void updateSurface(Surface surface) throws OutOfResourcesException { method in class:ThreadedRenderer
186 updateSurface(surface);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java324 private boolean updateSurface = false; field in class:VideoDumpView.VideoDumpRenderer
377 if (updateSurface) {
382 updateSurface = false;
589 updateSurface = false;
599 updateSurface = true;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java390 updateSurface(false, false, false);
409 updateSurface(false, false, false);
585 void updateSurface(boolean forceRelayout, boolean forceReport, boolean redrawNeeded) { method in class:WallpaperService.Engine
587 Log.w(TAG, "Ignoring updateSurface: destroyed");
876 updateSurface(false, false, false);
895 updateSurface(true, false, false);
920 updateSurface(false, false, false);
1179 mEngine.updateSurface(true, false, false);
1196 mEngine.updateSurface(true, false, reportDraw);

Completed in 242 milliseconds