/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
D | TestInterface.java | 197 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/ |
D | DeadZone.java | 95 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/ |
D | BatteryMeterDrawableBase.java | 187 postInvalidate(); in setShowPercent() 192 postInvalidate(); in setCharging() 201 postInvalidate(); in setBatteryLevel() 210 postInvalidate(); in setPowerSave() 222 protected void postInvalidate() { in postInvalidate() method in BatteryMeterDrawableBase
|
D | ThemedBatteryDrawable.kt | 100 postInvalidate() in <lambda>() 106 postInvalidate() in <lambda>() 355 private fun postInvalidate() { in <lambda>() method
|
/frameworks/base/core/java/android/widget/ |
D | ProgressBar.java | 752 postInvalidate(); in setIndeterminateDrawable() 954 postInvalidate(); in setProgressDrawable() 1492 public void postInvalidate() { in postInvalidate() method in ProgressBar 1494 super.postInvalidate(); in postInvalidate() 1812 postInvalidate(); in setMin() 1842 postInvalidate(); in setMax() 1912 postInvalidate(); in startAnimation() 1925 postInvalidate(); in stopAnimation()
|
D | Editor.java | 4553 postInvalidate(); in updateDrawable() 6367 mTextView.postInvalidate((int) mTempRectF.left, (int) mTempRectF.top,
|
D | TextView.java | 10060 postInvalidate(); // So we draw again in computeScroll()
|
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
D | ElementLayoutActivity.java | 156 mLayout.postInvalidate(); in onPreDraw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | DataUsageGraph.java | 62 postInvalidate(); in setLevels()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 188 mParent.postInvalidate(); in invalidate()
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 505 view.postInvalidate(); in invalidate()
|
D | View.java | 18517 public void postInvalidate() { in postInvalidate() method in View 18537 public void postInvalidate(int left, int top, int right, int bottom) { in postInvalidate() method in View
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17105 HSPLandroid/view/View;->postInvalidate()V 19042 HSPLandroid/widget/ProgressBar;->postInvalidate()V
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33610 method public void postInvalidate(); 33611 method public void postInvalidate(int, int, int, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 51831 method public void postInvalidate(); 51832 method public void postInvalidate(int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 51975 method public void postInvalidate(); 51976 method public void postInvalidate(int, int, int, int);
|