Searched refs:invalidate (Results 151 - 175 of 208) sorted by relevance

123456789

/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java436 view.invalidate();
439 view.invalidate(left, top, right, bottom);
1014 view.invalidate();
1763 * <p>Cause an invalidate to happen on the next animation time step, typically the
1769 * @param view View to invalidate
1776 * <p>Cause an invalidate of the specified area to happen on the next animation
1782 * @param view View to invalidate
1783 * @param left The left coordinate of the rectangle to invalidate.
1784 * @param top The top coordinate of the rectangle to invalidate.
1785 * @param right The right coordinate of the rectangle to invalidate
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java918 void invalidate() { method in class:ViewRootImpl
926 view.invalidate();
946 invalidate();
1843 hardwareRenderer.invalidate(mSurface);
2595 // If accessibility focus moved, always invalidate the root.
2618 // wrong (an invalidate posted right before we destroyed the hardware surface
2964 // to clear the focus and invalidate the virtual view bounds.
2986 focusHost.invalidate(mTempRect);
3259 ((View) msg.obj).invalidate();
3263 info.target.invalidate(inf
[all...]
H A DViewPropertyAnimator.java30 * are well equipped to do the right thing to set the property and invalidate the view
36 * it will optimize invalidate calls to take place only once for several properties instead of each
1183 // invalidate(false) in all cases except if alphaHandled gets set to true
1186 mView.invalidate(true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java229 invalidate();
243 invalidate();
1413 invalidate();
H A DTaskStackViewTouchHandler.java340 mSv.invalidate();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp139 mCBContext->procs.invalidate = &hook_invalidate;
260 ctx->hwc->invalidate();
277 void HWComposer::invalidate() { function in class:android::HWComposer
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java1333 invalidate();
1355 invalidate();
1527 child.invalidate();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1428 invalidate();
1450 invalidate();
1780 boolean invalidate = false;
1784 invalidate = true;
1789 invalidate = true;
1796 invalidate = true;
1801 invalidate = true;
1805 if (invalidate || overscrollX != 0 || overscrollY != 0) {
3490 mLayout.assertNotInLayoutOrScroll("Cannot invalidate item decorations during a scroll"
3952 invalidate();
[all...]
/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java532 void invalidate() { method in class:AlwaysOnHotwordDetector
/frameworks/base/core/java/android/transition/
H A DVisibility.java575 mParent.invalidate();
/frameworks/base/core/java/android/widget/
H A DTabHost.java236 invalidate();
H A DEditor.java479 mTextView.invalidate();
1800 mTextActionMode.invalidate();
2030 mCorrectionHighlighter.invalidate(false);
2135 shadowView.invalidate();
4036 mTextActionMode.invalidate();
4100 mTextActionMode.invalidate();
4339 mTextActionMode.invalidate();
4972 invalidate(true); // TODO invalidate cursor region only
4975 invalidate(fals
5005 private void invalidate(boolean delayed) { method in class:Editor.CorrectionHighlighter
[all...]
H A DAdapterViewAnimator.java575 invalidate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java188 // invalidate the view's own bounds all the way up the view hierarchy
195 // invalidate a rectangle relative to the view's coordinate system all the way up the view
204 view.invalidate((int) Math.floor(childBounds.left),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java196 mScrimBehind.invalidate();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java104 mTextureView.invalidate();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialTextsView.java356 RadialTextsView.this.invalidate();
H A DTimePickerDialog.java233 mTimePicker.invalidate();
310 mHourView.invalidate();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java162 mDisplayView.invalidate();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java626 vh.mGridView.invalidate();
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java356 invalidate();
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java179 public synchronized void invalidate(String key, boolean fullExpire) { method in class:DiskBasedCache
/frameworks/base/core/java/android/webkit/
H A DWebView.java2170 public void awakenScrollBars(int duration, boolean invalidate) { argument
2171 WebView.this.awakenScrollBars(duration, invalidate);
/frameworks/av/services/audioflinger/
H A DTracks.cpp668 invalidate();
1071 void AudioFlinger::PlaybackThread::Track::invalidate() function in class:android::AudioFlinger::PlaybackThread::Track
2065 void AudioFlinger::RecordThread::RecordTrack::invalidate() function in class:android::AudioFlinger::RecordThread::RecordTrack
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java364 mRecyclerView.invalidate();
516 // we don't know if RV changed something so we should invalidate this index.
652 mRecyclerView.invalidate();
1911 parent.invalidate();

Completed in 963 milliseconds

123456789