Searched refs:postInvalidate (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java102 postInvalidate();
126 postInvalidate();
138 if (mShouldFlash) postInvalidate();
143 postInvalidate();
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java42 view.postInvalidate(left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarCompat.java319 postInvalidate();
367 postInvalidate();
385 public void postInvalidate() { method in class:ProgressBarCompat
387 super.postInvalidate();
579 postInvalidate();
634 postInvalidate();
647 postInvalidate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DDataUsageGraph.java59 postInvalidate();
H A DQSTileView.java194 postInvalidate();
H A DQSPanel.java155 postInvalidate();
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeProgressBar.java114 mParent.postInvalidate();
126 mParent.postInvalidate();
/frameworks/base/core/java/android/widget/
H A DProgressBar.java587 postInvalidate();
746 postInvalidate();
1152 public void postInvalidate() { method in class:ProgressBar
1154 super.postInvalidate();
1447 postInvalidate();
1514 postInvalidate();
1526 postInvalidate();
H A DEditor.java4074 mTextView.postInvalidate((int) mTempRectF.left, (int) mTempRectF.top,
H A DTextView.java7205 postInvalidate(); // So we draw again
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java116 postInvalidate();
458 postInvalidate();
468 postInvalidate();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java188 mParent.postInvalidate();
/frameworks/base/core/java/android/view/
H A DViewDebug.java479 view.postInvalidate();
H A DView.java11595 * {@link #postInvalidate()}.
11616 * {@link #postInvalidate()}.
11635 * {@link #postInvalidate()}.
12071 public void postInvalidate() { method in class:View
12091 public void postInvalidate(int left, int top, int right, int bottom) { method in class:View
12106 * @see #postInvalidate()
12133 * @see #postInvalidate(int, int, int, int)

Completed in 608 milliseconds