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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterDrawable.java198 postInvalidate();
201 private void postInvalidate() { method in class:BatteryMeterDrawable
220 postInvalidate();
517 postInvalidate();
/frameworks/base/core/java/android/widget/
H A DProgressBar.java671 postInvalidate();
837 postInvalidate();
1263 public void postInvalidate() { method in class:ProgressBar
1265 super.postInvalidate();
1547 postInvalidate();
1614 postInvalidate();
1626 postInvalidate();
/frameworks/base/core/java/android/view/
H A DView.java13561 * {@link #postInvalidate()}.
13582 * {@link #postInvalidate()}.
13601 * {@link #postInvalidate()}.
14054 public void postInvalidate() { method in class:View
14074 public void postInvalidate(int left, int top, int right, int bottom) { method in class:View
14089 * @see #postInvalidate()
14116 * @see #postInvalidate(int, int, int, int)

Completed in 185 milliseconds