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

12 3 4 5 6 7 8 91011>>

  /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...]
MediaImageItem.java 299 * Invalidate the end transitions if necessary.
319 * Invalidate the beginning and end transitions after adjustments.
334 * Invalidate the filename
343 * Invalidate the begin transition if any effects and overlays overlap
362 mBeginTransition.invalidate();
377 mBeginTransition.invalidate();
386 * Invalidate the end transition if any effects and overlays overlap
404 mEndTransition.invalidate();
421 mEndTransition.invalidate();
655 mBeginTransition.invalidate();
732 void invalidate() { method in class:MediaImageItem
    [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 167 * The host view should always {@link android.view.View#invalidate()} if this method
173 * @return true if the host view should call invalidate, false if it should not.
182 * the host view should {@link android.view.View#invalidate()} if this method
185 * @return true if the host view should invalidate, false if it should not.
200 * @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
ColorPickerDialog.java 177 invalidate(); method
184 invalidate(); method
194 invalidate(); method
203 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/support/v13/java/android/support/v13/dreams/
BasicDream.java 26 * your own drawing. As with a <code>View,</code> call {@link BasicDream#invalidate()} any time
118 protected void invalidate() { method in class:BasicDream
119 getContentView().invalidate();
  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 74 invalidate(); method
80 invalidate(); method
86 invalidate(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AdaptiveBackground.java 81 invalidate(); method
95 invalidate(); method
121 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;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 38 invalidate(); method
43 invalidate(); method
ColorWheel.java 194 invalidate(); method
201 invalidate(); method
211 invalidate(); method
223 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/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeObjectMap.h 77 // Called when the plug-in is destroyed. Will invalidate all the NPObjects.
78 void invalidate();
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 121 invalidate(); method
148 invalidate(); method
219 * so just invalidate this whole view.
221 invalidate();
339 invalidate(mThumb.getBounds()); // This may be within the padding region
355 invalidate(mThumb.getBounds()); // This may be within the padding region
379 invalidate();
387 invalidate(); // see above explanation
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 95 invalidate(); method
108 invalidate(); method
119 invalidate(); method
135 invalidate(); method
141 invalidate(); method
146 invalidate(); method
156 protected void invalidate() { method in class:CompositeCursorAdapter
220 invalidate(); method
  /packages/apps/Email/src/com/android/email/view/
SizeBoundingFrameLayout.java 63 invalidate(); method
74 invalidate(); method
  /external/clang/test/Analysis/
idempotent-operations.m 15 // a method may invalidate an instance variable.
  /external/kernel-headers/original/asm-generic/
mman.h 24 #define MS_INVALIDATE 2 /* invalidate the caches */
  /external/llvm/test/Analysis/GlobalsModRef/
purecse.ll 19 store i32 %X, i32* %P ;; Does not invalidate 'pure' call.

Completed in 2085 milliseconds

12 3 4 5 6 7 8 91011>>