HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 376 - 400 of 1227) sorted by null

<<11121314151617181920>>

  /external/qemu/android/
framebuffer.h 144 /* Producer::Invalidate tells the producer that the next call to
201 * its producer's Invalidate method, if any
  /external/stlport/stlport/stl/debug/
_tree.h 146 //Should not invalidate end iterator:
302 //should not invalidate end:
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 106 [_updateTimeTimer invalidate];
229 [_updateTimeTimer invalidate];
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 52 fontCache()->invalidate();
57 fontCache()->invalidate();
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.h 89 page coordinate) if the plugin has invalidate us.
92 /* Called by PluginView to invalidate a portion of the plugin area (in
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp 136 void LayerTreeHostCAWin::invalidate() function in class:WebKit::LayerTreeHostCAWin
145 LayerTreeHostCA::invalidate();
  /frameworks/base/core/java/android/view/
ActionMode.java 112 * Invalidate the action mode and refresh menu content. The mode's
118 public abstract void invalidate(); method in class:ActionMode
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 146 //Should not invalidate end iterator:
302 //should not invalidate end:
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java 123 invalidate(); method
254 invalidate(); method
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 164 invalidate(); method
251 invalidate(); method
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackView.java 121 invalidate();
278 invalidate(); method
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java 160 invalidate(); method
183 invalidate(); method
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 146 //Should not invalidate end iterator:
302 //should not invalidate end:
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 146 //Should not invalidate end iterator:
302 //should not invalidate end:
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 717 // destroy buffer queue audio player object, and invalidate all associated interfaces
728 // destroy file descriptor audio player object, and invalidate all associated interfaces
738 // destroy URI audio player object, and invalidate all associated interfaces
748 // destroy audio recorder object, and invalidate all associated interfaces
756 // destroy output mix object, and invalidate all associated interfaces
763 // destroy engine object, and invalidate all associated interfaces
  /external/libpng/contrib/visupng/
VisualPng.c 201 // invalidate the client area for later update
217 // invalidate the client area for later update
262 // invalidate the client area for later update
312 // invalidate the client area for later update
341 // invalidate the client area for later update
386 // invalidate the client area for later update
  /frameworks/base/core/java/android/widget/
FastScroller.java 205 mList.invalidate();
217 mList.invalidate(viewWidth - mThumbW, mThumbY, viewWidth, mThumbY + mThumbH);
402 mList.invalidate(viewWidth - mThumbW, 0, viewWidth, mList.getHeight());
404 mList.invalidate(viewWidth - mThumbW, y, viewWidth, y + mThumbH);
773 mList.invalidate();
870 mList.invalidate();
  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 193 mBeginTransition.invalidate();
197 mEndTransition.invalidate();
348 * Invalidate the filename
504 ((OverlayFrame)overlay).invalidate(); method
623 * Invalidate the start and end transitions if necessary
631 * Invalidate the start and end transitions if necessary. This method is
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 193 invalidate();
229 invalidate(); method
259 invalidate();
996 invalidate(); method
1037 invalidate(); method
1042 invalidate(); method
1424 invalidate(); method
1433 invalidate(); method
1457 invalidate(); method
1463 invalidate(); method
1588 invalidate(); method
1622 invalidate(); method
2139 invalidate(); method
2148 invalidate(); method
3689 invalidate(); method
3696 invalidate(); method
3703 invalidate(); method
3788 invalidate(); method
3811 invalidate(); method
3887 invalidate(); method
4034 invalidate(); method
4090 invalidate(); method
4110 invalidate(); method
4120 invalidate(); method
4149 invalidate(); method
4548 invalidate(); method
4577 invalidate(); method
4639 invalidate(); method
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 242 m_sandboxExtensionTracker.invalidate();
407 m_sandboxExtensionTracker.invalidate();
1921 void WebPage::SandboxExtensionTracker::invalidate() function in class:WebKit::WebPage::SandboxExtensionTracker
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
prop-animation.jd 159 android.view.View#invalidate invalidate()} to refresh the View that the object
161 android.view.View#invalidate invalidate()} when the property is changed.
457 android.view.View#invalidate invalidate()} method on a View force the screen to redraw itself with the
463 invalidate the View properly, so you do not need to invalidate the View when calling these
548 {@link android.view.View#invalidate invalidate()} on a View to force that area of th
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 1427 int invalidate; local
1773 int invalidate = 0; local
    [all...]
  /external/llvm/lib/CodeGen/
Splitter.cpp 70 void invalidate() { valid = false; } function in class:llvm::LoopSplit
484 // Invalidate all parent loop ranges.
602 // Invalidate all parent loop ranges.
716 split.invalidate();
750 split.invalidate();
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 141 session.invalidate();
480 session.invalidate();
540 session.invalidate();
619 session.invalidate();
724 session.invalidate();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 133 invalidate();
208 invalidate(); method
214 invalidate(); method
378 invalidate(); // we need to keep the spinner rotating method
391 if (mPositionController.advanceAnimation()) invalidate(); method

Completed in 947 milliseconds

<<11121314151617181920>>