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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java94 mNavigationBarView.postInvalidate();
156 mNavigationBarView.postInvalidate();
168 if (mShouldFlash) mNavigationBarView.postInvalidate();
173 mNavigationBarView.postInvalidate();
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
H A DTestInterface.java197 mViewToUpdate.postInvalidate();
206 mViewToUpdate.postInvalidate();
214 mViewToUpdate.postInvalidate();
258 mViewToUpdate.postInvalidate();
307 mViewToUpdate.postInvalidate();
363 mViewToUpdate.postInvalidate();
412 mViewToUpdate.postInvalidate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DDataUsageGraph.java60 postInvalidate();
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DElementLayoutActivity.java156 mLayout.postInvalidate();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java184 postInvalidate();
189 postInvalidate();
198 postInvalidate();
207 postInvalidate();
214 // an approximation of View.postInvalidate()
215 protected void postInvalidate() { method in class:BatteryMeterDrawableBase
/frameworks/base/core/java/android/widget/
H A DProgressBar.java634 postInvalidate();
800 postInvalidate();
1233 public void postInvalidate() { method in class:ProgressBar
1235 super.postInvalidate();
1536 postInvalidate();
1566 postInvalidate();
1635 postInvalidate();
1647 postInvalidate();
H A DEditor.java4520 postInvalidate();
6235 mTextView.postInvalidate((int) mTempRectF.left, (int) mTempRectF.top,
H A DTextView.java9271 postInvalidate(); // So we draw again
/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java910 view.postInvalidate();
932 view.postInvalidate(left, top, right, bottom);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java188 mParent.postInvalidate();
/frameworks/base/core/java/android/view/
H A DViewDebug.java489 view.postInvalidate();
H A DView.java16326 * {@link #postInvalidate()}.
16353 * {@link #postInvalidate()}.
16378 * {@link #postInvalidate()}.
16799 public void postInvalidate() { method in class:View
16819 public void postInvalidate(int left, int top, int right, int bottom) { method in class:View
16834 * @see #postInvalidate()
16861 * @see #postInvalidate(int, int, int, int)
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt6768 HPLandroid/view/View;->postInvalidate(IIII)V
[all...]

Completed in 439 milliseconds