Searched defs:postInvalidate (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DProgressBar.java488 postInvalidate();
539 postInvalidate();
588 public void postInvalidate() { method in class:ProgressBar
590 super.postInvalidate();
814 postInvalidate();
881 postInvalidate();
893 postInvalidate();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java318 postInvalidate();
366 postInvalidate();
384 public void postInvalidate() { method in class:ProgressBarICS
386 super.postInvalidate();
578 postInvalidate();
633 postInvalidate();
646 postInvalidate();
/frameworks/base/core/java/android/view/
H A DView.java10788 * thread, call {@link #postInvalidate()}.
10830 * a UI thread. To call from a non-UI thread, call {@link #postInvalidate()}.
10871 * call {@link #postInvalidate()}.
11217 public void postInvalidate() { method in class:View
11237 public void postInvalidate(int left, int top, int right, int bottom) { method in class:View
11252 * @see #postInvalidate()
11279 * @see #postInvalidate(int, int, int, int)

Completed in 135 milliseconds