Home
last modified time | relevance | path

Searched refs:postInvalidate (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
DTestInterface.java197 mViewToUpdate.postInvalidate(); in testPowerManagement()
206 mViewToUpdate.postInvalidate(); in testPowerManagement()
214 mViewToUpdate.postInvalidate(); in testPowerManagement()
258 mViewToUpdate.postInvalidate(); in testCPUHeatSoak()
307 mViewToUpdate.postInvalidate(); in testCPUMemoryBandwidth()
363 mViewToUpdate.postInvalidate(); in testCPUMemoryLatency()
412 mViewToUpdate.postInvalidate(); in testCPUGFlops()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeadZone.java95 mNavigationBarView.postInvalidate(); in setFlashOnTouchCapture()
157 mNavigationBarView.postInvalidate(); in onTouchEvent()
169 if (mShouldFlash) mNavigationBarView.postInvalidate();
174 mNavigationBarView.postInvalidate();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBatteryMeterDrawableBase.java187 postInvalidate(); in setShowPercent()
192 postInvalidate(); in setCharging()
201 postInvalidate(); in setBatteryLevel()
210 postInvalidate(); in setPowerSave()
222 protected void postInvalidate() { in postInvalidate() method in BatteryMeterDrawableBase
DThemedBatteryDrawable.kt100 postInvalidate() in <lambda>()
106 postInvalidate() in <lambda>()
355 private fun postInvalidate() { in <lambda>() method
/frameworks/base/core/java/android/widget/
DProgressBar.java748 postInvalidate(); in setIndeterminateDrawable()
950 postInvalidate(); in setProgressDrawable()
1488 public void postInvalidate() { in postInvalidate() method in ProgressBar
1490 super.postInvalidate(); in postInvalidate()
1797 postInvalidate(); in setMin()
1827 postInvalidate(); in setMax()
1897 postInvalidate(); in startAnimation()
1910 postInvalidate(); in stopAnimation()
DEditor.java4553 postInvalidate(); in updateDrawable()
6367 mTextView.postInvalidate((int) mTempRectF.left, (int) mTempRectF.top,
DTextView.java10055 postInvalidate(); // So we draw again in computeScroll()
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DElementLayoutActivity.java156 mLayout.postInvalidate(); in onPreDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DDataUsageGraph.java62 postInvalidate(); in setLevels()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java188 mParent.postInvalidate(); in invalidate()
/frameworks/base/core/java/android/view/
DViewDebug.java503 view.postInvalidate(); in invalidate()
DView.java17976 public void postInvalidate() { in postInvalidate() method in View
17996 public void postInvalidate(int left, int top, int right, int bottom) { in postInvalidate() method in View
/frameworks/base/config/
Dboot-image-profile.txt17106 HSPLandroid/view/View;->postInvalidate()V
19043 HSPLandroid/widget/ProgressBar;->postInvalidate()V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33610 method public void postInvalidate();
33611 method public void postInvalidate(int, int, int, int);
/frameworks/base/api/
Dcurrent.txt50467 method public void postInvalidate();
50468 method public void postInvalidate(int, int, int, int);