Searched refs:redraw (Results 1 – 18 of 18) sorted by relevance
194 abstract void redraw(DisplayList displayList, Rect dirtyRect); in redraw() method in HardwareLayer
101 void redraw(DisplayList displayList, Rect dirtyRect) { in redraw() method in GLES20TextureLayer
101 void redraw(DisplayList displayList, Rect dirtyRect) { in redraw() method in GLES20RenderLayer
12169 mHardwareLayer.redraw(getHardwareLayerDisplayList(mHardwareLayer), mLocalDirtyRect);
310 mScreenshotCanvas.redraw(); in loadScreenshotAndXml()327 mScreenshotCanvas.redraw(); in updateScreenshot()
259 will be called when a script must redraw its contents. No266 redraw in the future. A return value of 0 indicates that no267 redraw is necessary until something changes on the Java side. Any
92 does not have any impact on efficiency unless you also request that the renderer only redraw when
183 redraw of the view.</li>
299 your application, the display remains unchanged until you redraw it by invalidating and303 To redraw a View in the display:309 object usually forces the lower-level objects to redraw as well.313 invalid, and schedules it for a redraw at the next point that a layout is requested.
899 // Invalidate the view to force a redraw in the new tint920 // Invalidate the view to force a redraw in the new tint939 // Invalidate the view to force a redraw in the new tint960 // Invalidates the view to force a redraw973 // Invalidates the view to force a redraw
214 force a redraw. This
294 <h3>When scaling, redraw bitmap layers as needed</h3>
157 value for the property in the object that you are animating. Setting the property doesn't redraw482 …android.view.View#invalidate invalidate()} method on a View force the screen to redraw itself with…574 screen to redraw itself with the new animated values. For example, animating the
443 then be used to animate the view, eliminating the need for the view to constantly redraw itself
169 unlocking the canvas each time you want to redraw.</p>
114 onDrawFrame()}: The system calls this method on each redraw of the {@link
214 the event queue. The UI thread dequeues the request and notifies the widget that it should redraw
3023 /sdcard/android/layout_tests/fast/repaint/reflection-redraw.html