Searched refs:invalidate (Results 101 - 125 of 128) sorted by relevance

123456

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java157 // invalidate the view's own bounds all the way up the view hierarchy
164 // invalidate a rectangle relative to the view's coordinate system all the way up the view
173 view.invalidate((int) Math.floor(childBounds.left),
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java833 void invalidate() { method in class:ViewRootImpl
839 view.invalidate();
858 invalidate();
1628 mAttachInfo.mHardwareRenderer.invalidate(mHolder.getSurface());
2195 // wrong (an invalidate posted right before we destroyed the hardware surface
2369 displayList.invalidate();
2514 // to clear the focus and invalidate the virtual view bounds.
2533 focusHost.invalidate(mTempRect);
2810 ((View) msg.obj).invalidate();
2814 info.target.invalidate(inf
[all...]
H A DLayoutInflater.java892 invalidate();
H A DViewPropertyAnimator.java31 * are well equipped to do the right thing to set the property and invalidate the view
37 * it will optimize invalidate calls to take place only once for several properties instead of each
1042 // invalidate(false) in all cases except if alphaHandled gets set to true
1045 mView.invalidate(true);
H A DViewDebug.java419 invalidate(view, params[0]);
448 private static void invalidate(View root, String parameter) { method in class:ViewDebug
/frameworks/base/core/java/android/webkit/
H A DWebView.java1815 public void awakenScrollBars(int duration, boolean invalidate) { argument
1816 WebView.this.awakenScrollBars(duration, invalidate);
H A DHTML5VideoViewProxy.java364 mWebView.invalidate();
H A DWebSettingsClassic.java1686 mWebView.invalidate();
/frameworks/base/core/java/android/widget/
H A DEditor.java1261 // but could be changes within a span), invalidate everything. We could optimize
1295 if (blockIsInvalid) blockDisplayList.invalidate();
1402 mTextDisplayLists[blockIndex].invalidate();
1413 if (mTextDisplayLists[i] != null) mTextDisplayLists[i].invalidate();
1642 mCorrectionHighlighter.invalidate(false);
1747 shadowView.invalidate();
3662 invalidate(true); // TODO invalidate cursor region only
3665 invalidate(false); // TODO invalidate curso
3695 private void invalidate(boolean delayed) { method in class:Editor.CorrectionHighlighter
[all...]
H A DProgressBar.java682 invalidate();
996 invalidate(dirty.left + scrollX, dirty.top + scrollY,
1222 // This should come after stopAnimation(), otherwise an invalidate message remains in the
H A DAdapterViewAnimator.java572 invalidate();
H A DSpinner.java513 invalidate();
H A DTabHost.java254 invalidate();
H A DSearchView.java820 invalidate();
H A DGridView.java1137 invalidate();
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java421 mWebView.invalidate();
527 mWebView.invalidate();
/frameworks/native/opengl/libagl/
H A Dcontext.h509 void invalidate();
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java179 invalidate();
793 invalidate();
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1027 * Requests a redraw of the entire keyboard. Calling {@link #invalidate} is not sufficient
1028 * because the keyboard renders the keys to an off-screen buffer and an invalidate() only
1035 invalidate();
1055 invalidate(key.x + mPaddingLeft, key.y + mPaddingTop,
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1762 mWindowContent.invalidate();
1787 mWindowContent.invalidate();
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java606 invalidate();
H A DSlidingTab.java744 invalidate(); // TODO: be more conservative about what we're invalidating
H A DActionBarView.java79 * Display options that require re-layout as opposed to a simple invalidate
625 invalidate();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java140 view.invalidate();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp693 mEventQueue.invalidate();
697 mEventQueue.invalidate();
1358 // we need to invalidate the whole region

Completed in 468 milliseconds

123456