HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 26 - 50 of 1387) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
TouchExampleView.java 70 invalidate(); method
79 invalidate(); method
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 113 invalidate();
236 invalidate(); method
250 invalidate(); method
258 invalidate(); method
276 invalidate(); method
286 invalidate(); method
314 invalidate(); method
319 invalidate(); method
  /external/chromium/chrome/browser/
plugin_data_remover_helper.cc 32 void Invalidate() {
70 internal_->Invalidate();
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 63 invalidate(); method
108 blank.invalidate();
132 invalidate(current);
191 l.invalidate();
246 public void invalidate() { method in class:Letters
247 invalidate(head);
250 public void invalidate(LetterQuad cursor) { method in class:Letters
255 cursor.invalidate();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewManager.java 30 public static void invalidate(IDevice device, Window window, String params) { method in class:ViewManager
31 sendCommand("INVALIDATE", device, window, params);
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 155 invalidate(); method
165 mView.invalidate();
174 mView.invalidate();
179 mView.invalidate();
183 mView.invalidate();
190 mView.invalidate();
  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 52 /// Invalidate - Permanently mark this file as not being suitable for the
54 void Invalidate() {
83 return Invalidate();
90 return Invalidate();
101 Invalidate();
109 if (!TheMacro) return Invalidate();
  /frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd 181 <li>Invalidate the hierarchy</li>
187 android.view.View#invalidate invalidate()} (or one of its variants) on any view that has changed
194 your application calls {@link android.view.View#invalidate invalidate()} on a button and that
199 changed might be redrawn even though {@link android.view.View#invalidate invalidate()} was not
202 this, you should always call {@link android.view.View#invalidate invalidate()} on your custom
207 android.view.View#invalidate invalidate()} when their properties change, such as the backgroun
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 61 * 3. Invalidate any other caches that might be affected by the delete/update:
62 * The entire cache: affectedCache.invalidate()*
63 * A specific row in a cache: affectedCache.invalidate(rowId)
188 Log.d(mLogTag, "============ Invalidate tokens for: " + id);
194 token.invalidate();
205 /*package*/ void invalidate() { method in class:ContentCache.TokenList
210 token.invalidate();
258 /*package*/ void invalidate() { method in class:ContentCache.CacheToken
448 token.invalidate();
477 // CachedCursor.invalidate)
664 public synchronized void invalidate() { method in class:ContentCache
665 invalidate(null, null, null); method
676 public synchronized void invalidate(String operation, Uri uri, String selection) { method in class:ContentCache
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 233 mBeginTransition.invalidate();
239 mEndTransition.invalidate();
350 mBeginTransition.invalidate();
358 mEndTransition.invalidate();
379 * Invalidate transition if:
387 mBeginTransition.invalidate();
392 mBeginTransition.invalidate();
404 * Invalidate transition if:
412 mEndTransition.invalidate();
417 mEndTransition.invalidate();
603 void invalidate() { method in class:MediaVideoItem
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 154 m_applicationCacheManagerProxy->invalidate();
157 m_cookieManagerProxy->invalidate();
160 m_databaseManagerProxy->invalidate();
163 m_geolocationManagerProxy->invalidate();
166 m_iconDatabase->invalidate();
169 m_keyValueStorageManagerProxy->invalidate();
172 m_mediaCacheManagerProxy->invalidate();
175 m_pluginSiteDataManager->invalidate();
178 m_resourceCacheManagerProxy->invalidate();
328 // Invalidate all outstanding downloads
    [all...]
WebFrameProxy.cpp 73 m_activeListener->invalidate();
281 m_activeListener->invalidate();
289 m_activeListener->invalidate();
297 callback->invalidate();
307 callback->invalidate();
317 callback->invalidate();
  /frameworks/support/v4/java/android/support/v4/widget/
EdgeEffectCompat.java 168 * The host view should always {@link android.view.View#invalidate()} if this method
174 * @return true if the host view should call invalidate, false if it should not.
183 * the host view should {@link android.view.View#invalidate()} if this method
186 * @return true if the host view should invalidate, false if it should not.
201 * @return true if the host view should invalidate, false if it should not.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Patterns.java 109 invalidate(); method
114 invalidate(); method
118 invalidate(); method
  /external/webkit/Source/WebCore/platform/
HostWindow.h 41 // Requests the host invalidate the window, not the contents. If immediate is true do so synchronously, otherwise async.
44 // Requests the host invalidate the contents and the window. If immediate is true do so synchronously, otherwise async.
50 // Requests the host invalidate the contents, not the window. This is the slow path for scrolling.
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.cpp 52 // Invalidate all resources if our layout changed.
77 // Invalidate all our current clients.
110 // Invalidate resources in ancestor chain, if needed.
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.cpp 135 m_sandboxExtension->invalidate();
144 m_sandboxExtension->invalidate();
153 m_sandboxExtension->invalidate();
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardGlowStripView.java 77 invalidate(); method
122 invalidate();
134 invalidate();
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 78 invalidate(); method
84 invalidate(); method
90 invalidate(); method
  /external/qemu/
curses.c 45 static int width, height, gwidth, gheight, invalidate; variable
129 invalidate = 1;
168 if (invalidate) {
175 invalidate = 0;
229 invalidate = 1;
370 invalidate = 1;
  /frameworks/base/docs/html/training/custom-views/
optimizing-view.jd 59 android.view.View#invalidate() invalidate()}, so eliminate unnecessary calls to {@link
60 android.view.View#invalidate()
61 invalidate()}. When possible, call the four-parameter variant of {@link
62 android.view.View#invalidate() invalidate()}
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 38 invalidate(); method
43 invalidate(); method
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_track.js 71 this.invalidate();
74 invalidate: function() {
76 this.parentNode.invalidate();
192 this.invalidate();
197 this.invalidate();
200 invalidate: function() {
202 this.parentNode.invalidate();
212 this.invalidate();
  /external/clang/test/Analysis/
global-region-invalidation.c 8 // Test that system header does not invalidate the internal global.
17 // strlen doesn't invalidate the value of 'size_rdar9373039'.
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeObjectMap.h 77 // Called when the plug-in is destroyed. Will invalidate all the NPObjects.
78 void invalidate();

Completed in 2489 milliseconds

12 3 4 5 6 7 8 91011>>