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

<<11121314151617181920>>

  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 174 mContext.invalidate();
285 mContext.invalidate(invalRect);
345 mContext.invalidate();
363 public void invalidate() { method in class:HighlightView
  /packages/apps/Gallery/src/com/android/camera/gallery/
Image.java 66 //TODO: Consider invalidate the cursor in container
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGeometry.java 136 invalidate(); method
325 invalidate(); method
378 invalidate(); method
539 invalidate(); method
ImageStraighten.java 98 invalidate(); method
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 108 invalidate(); method
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 68 invalidate(); method
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 241 mMajorView.invalidate();
258 invalidate(); method
308 mMajorView.invalidate();
372 // Invalidate itself to dim the current soft keyboards.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mman.h 72 #define MS_INVALIDATE 2 /* Invalidate the caches. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_algos.h 27 // License. This exception does not however invalidate any other
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 72 #define MS_INVALIDATE 2 /* Invalidate the caches. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 72 #define MS_INVALIDATE 2 /* Invalidate the caches. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_algos.h 27 // License. This exception does not however invalidate any other
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsDalvikActivity.java 106 mDisplayView.invalidate();
236 mDisplayView.invalidate();
  /external/kernel-headers/original/asm-mips/
war.h 117 * Writeback and invalidate the primary cache dcache before DMA.
168 * Hit_Invalidate_I cacheops invalidate an icache line but the refill
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 66 // Invalidate instruction cache for sections with execute permissions.
145 // Invalidate the instruction cache for each loaded function.
  /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 90 page coordinate) if the plugin has invalidate us.
93 /* 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 157 * Invalidate the action mode and refresh menu content. The mode's
163 public abstract void invalidate(); method in class:ActionMode
  /frameworks/ex/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 414 invalidate(); method
464 invalidate(); method
520 // Invalidate the view because if you move off this PhotoView
524 invalidate(); method
777 invalidate(); method
835 invalidate(); method
891 invalidate(); method
907 invalidate(); method
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 416 invalidate(); method
466 invalidate(); method
522 // Invalidate the view because if you move off this PhotoView
526 invalidate(); method
783 invalidate(); method
841 invalidate(); method
897 invalidate(); method
913 invalidate(); method
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 535 * <p>Cause an invalidate to happen on the next animation time step, typically the
541 * @param view View to invalidate
548 * <p>Cause an invalidate of the specified area to happen on the next animation
554 * @param view View to invalidate
555 * @param left The left coordinate of the rectangle to invalidate.
556 * @param top The top coordinate of the rectangle to invalidate.
557 * @param right The right coordinate of the rectangle to invalidate.
558 * @param bottom The bottom coordinate of the rectangle to invalidate.
    [all...]

Completed in 2959 milliseconds

<<11121314151617181920>>