HomeSort by relevance Sort by last modified time
    Searched full:redraw (Results 1 - 25 of 297) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 44 // Output: dirty region to redraw
68 // The functor is requesting a redraw (the clip rect
69 // used by the redraw is specified by DrawGlInfo.)
70 // The rest of the UI might redraw too.
73 // not redraw. Only the functor is invoked again
74 // (unless another functor requests a redraw.)
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
table.js 55 this.header_.redraw();
79 this.redraw();
97 this.redraw();
130 this.boundRedraw_ = this.redraw.bind(this);
145 // We resize columns only instead of full redraw.
172 redraw: function() {
180 this.list_.redraw();
181 this.header_.redraw();
188 * - redraw all the items
196 this.redraw();
    [all...]
list.js 155 this.redraw();
201 this.redraw();
252 this.redraw();
337 this.redraw();
361 this.addEventListener('scroll', this.redraw.bind(this));
542 // it into view. The first scroll attempt will trigger a redraw,
544 // During the redraw, the list may shrink temporarily, which if the
564 this.redraw();
570 this.redraw();
579 * - redraw all the items
    [all...]
  /external/webkit/Source/WebCore/manual-tests/resources/
redraw-page-cache-visited-links-2.html 13 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
  /external/webkit/Source/WebCore/manual-tests/
redraw-page-cache-visited-links.html 27 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
30 <li><a id="mylink" href="./resources/redraw-page-cache-visited-links-2.html">Click This Link Once</a><br><br>
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
table_list.js 43 this.redraw();
58 redraw: function() {
61 List.prototype.redraw.call(this);
  /external/chromium-trace/src/shared/js/cr/ui/table/
table_list.js 43 this.redraw();
58 redraw: function() {
61 List.prototype.redraw.call(this);
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field.h 10 // StyledTextFieldCell. Provides methods to redraw the field when cell
fast_resize_view.h 16 // amount of time to relayout and redraw when its size is changed.
  /external/chromium-trace/src/shared/js/cr/ui/
table.js 57 this.header_.redraw();
87 this.redraw();
202 redraw: function(index) {
203 this.list_.redraw();
204 this.header_.redraw();
221 // We resize columns only instead of full redraw.
246 * After sorting we need to redraw header
250 this.header_.redraw();
288 this.list_.redraw();
311 list.redraw();
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
ToggleButton.java 82 redraw();
90 redraw();
118 redraw(); method
ImgDisabledButton.java 48 redraw(); method
  /cts/tests/src/android/renderscript/cts/
stub_activity.rs 32 // Return value tells RS roughly how often to redraw
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.h 33 // Set the progress bar to the specified position and redraw it.
  /external/quake/quake/src/QW/client/
screen.h 37 extern int scr_fullupdate; // set to 0 to force full redraw
  /external/quake/quake/src/WinQuake/
screen.h 40 extern int scr_fullupdate; // set to 0 to force full redraw
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 117 * scrolling, invalidate all content and redraw it, measuring time taken.
136 // invalidate all content, and kick off redraw
161 Log.d("ProfiledWebView", "REDRAW TOOK " + mContentInvalMillis + "millis");
163 invalidate(); // ensure a redraw so that auto-scrolling can occur
  /gdk/samples/quake/jni/
screen.h 40 extern int scr_fullupdate; // set to 0 to force full redraw
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 217 redraw(); method
277 redraw(); method
376 redraw(); method
383 redraw(); method
422 redraw(); method
432 * Issues a {@link #redraw()} if the selection changes.
469 redraw(); method
486 * {@link #redraw()}.
513 redraw(); method
583 redraw(); method
601 redraw(); method
609 redraw(); method
632 redraw(); method
662 redraw(); method
971 private void redraw() { method in class:SelectionManager
    [all...]
CanvasTransform.java 65 // User requested scrolling. Changes translation and redraw canvas.
67 CanvasTransform.this.mCanvas.redraw();
  /bootable/recovery/
screen_ui.cpp 169 // Redraw everything on the screen. Does not flip pages.
208 // Redraw everything on the screen and flip the screen (make it visible).
221 draw_screen_locked(); // Must redraw the whole screen
241 int redraw = 0; local
247 redraw = 1;
253 redraw = 1;
264 redraw = 1;
268 if (redraw) update_progress_locked();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 70 redraw(); method
79 redraw(); method
  /frameworks/base/core/java/android/view/
HardwareCanvas.java 58 * @param dirty The dirty region to redraw in the next pass, matters only
105 * @param dirty The region to redraw when the functors return {@link DisplayList#STATUS_DRAW}
  /frameworks/native/include/android/
native_window.h 109 * intends to redraw. When the function returns, inOutDirtyBounds is updated
110 * with the actual area the caller needs to redraw -- this region is often
  /development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
Plasma.java 62 // force a redraw, with a different time-based pattern.

Completed in 1174 milliseconds

1 2 3 4 5 6 7 8 91011>>