Searched defs:updateSurface (Results 1 - 11 of 11) 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/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/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java302 updateSurface();
308 updateSurface();
317 protected void updateSurface() { method in class:LocalPlayer
356 updateSurface();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java302 updateSurface();
308 updateSurface();
317 protected void updateSurface() { method in class:LocalPlayer
356 updateSurface();
/frameworks/base/core/java/android/view/
H A DSurface.java557 mHwuiContext.updateSurface();
739 void updateSurface() { method in class:Surface.HwuiContext
H A DSurfaceView.java133 updateSurface();
143 updateSurface();
220 updateSurface();
247 updateSurface();
265 updateSurface();
318 updateSurface();
344 updateSurface();
474 protected void updateSurface() { method in class:SurfaceView
976 updateSurface();
H A DThreadedRenderer.java473 void updateSurface(Surface surface) throws OutOfResourcesException { method in class:ThreadedRenderer
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp209 void CanvasContext::updateSurface(Surface* surface) { function in class:android::uirenderer::renderthread::CanvasContext
H A DRenderProxy.cpp155 CREATE_BRIDGE2(updateSurface, CanvasContext* context, Surface* surface) {
156 args->context->updateSurface(args->surface);
160 void RenderProxy::updateSurface(const sp<Surface>& surface) { function in class:android::uirenderer::renderthread::RenderProxy
161 SETUP_TASK(updateSurface);
/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.java407 updateSurface(false, false, false);
426 updateSurface(false, false, false);
603 void updateSurface(boolean forceRelayout, boolean forceReport, boolean redrawNeeded) { method in class:WallpaperService.Engine
605 Log.w(TAG, "Ignoring updateSurface: destroyed");
894 updateSurface(false, false, false);
913 updateSurface(true, false, false);
938 updateSurface(false, false, false);
1197 mEngine.updateSurface(true, false, false);
1214 mEngine.updateSurface(true, false, reportDraw);

Completed in 1840 milliseconds