HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 76 - 100 of 1608) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DrawingAreaProxyMessageKinds.h 39 Invalidate,
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 42 // invalidate both shift keys
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardLinearLayout.java 44 invalidate(); method
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 117 * scrolling, invalidate all content and redraw it, measuring time taken.
136 // invalidate all content, and kick off redraw
140 invalidate(); method
163 invalidate(); // ensure a redraw so that auto-scrolling can occur method
  /frameworks/volley/src/com/android/volley/toolbox/
NoCache.java 39 public void invalidate(String key, boolean fullExpire) { method in class:NoCache
  /frameworks/volley/tests/src/com/android/volley/mock/
MockCache.java 54 public void invalidate(String key, boolean fullExpire) { method in class:MockCache
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java 87 mSlotView.invalidate();
93 mSlotView.invalidate();
99 mSlotView.invalidate();
217 mSlotView.invalidate();
AlbumSlotRenderer.java 68 mSlotView.invalidate();
74 mSlotView.invalidate();
80 mSlotView.invalidate();
164 mSlotView.invalidate();
EdgeView.java 97 invalidate(); method
107 invalidate(); method
119 invalidate(); method
129 invalidate(); method
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
iso646.h 23 License. This exception does not however invalidate any other
nmmintrin.h 24 License. This exception does not however invalidate any other
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
iso646.h 23 License. This exception does not however invalidate any other
nmmintrin.h 24 License. This exception does not however invalidate any other
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h 24 #define MS_INVALIDATE 2 /* invalidate the caches */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 24 #define MS_INVALIDATE 2 /* invalidate the caches */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 24 #define MS_INVALIDATE 2 /* invalidate the caches */
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 127 invalidate(); method
164 invalidate(); method
235 * so just invalidate this whole view.
237 invalidate();
369 invalidate(mThumb.getBounds()); // This may be within the padding region
385 invalidate(mThumb.getBounds()); // This may be within the padding region
409 invalidate();
417 invalidate(); // see above explanation
573 * so just invalidate this whole view.
575 invalidate();
    [all...]
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 85 Message msg = mHandler.obtainMessage(INVALIDATE);
245 private static final int INVALIDATE = 1;
249 if (msg.what == INVALIDATE) {
250 invalidate();
251 msg = obtainMessage(INVALIDATE);
  /external/skia/src/gpu/gl/
GrGpuGL.h 284 void invalidate() { function in struct:GrGpuGL::__anon15101
286 fRect.invalidate();
307 void invalidate() { function in struct:GrGpuGL::__anon15103
318 void invalidate() { function in struct:GrGpuGL::__anon15104
327 void invalidate() { function in struct:GrGpuGL::__anon15105
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 299 invalidate(); method
381 invalidate(); method
433 invalidate(); method
442 invalidate(); method
517 invalidate(); method
523 invalidate(rect);
531 invalidate(); method
538 invalidate(); method
772 invalidate(); method
  /external/kernel-headers/original/asm-arm/
cacheflush.h 115 * Unconditionally clean and invalidate the entire cache.
119 * Clean and invalidate all user space cache entries
124 * Clean and invalidate a range of cache entries in the
143 * Invalidate (discard) the specified virtual address range.
158 * Clean and invalidate the specified virtual address range.
331 * have userspace mappings, then we _must_ always clean + invalidate
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 76 m_connection->invalidate();
82 m_processLauncher->invalidate();
87 m_threadLauncher->invalidate();
115 m_connection->invalidate();
301 // We received an invalid message from the web process, invalidate our connection and kill it.
302 m_connection->invalidate();
  /frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd 170 <li>Invalidate the hierarchy</li>
176 android.view.View#invalidate invalidate()} (or one of its variants) on any view that has changed
183 your application calls {@link android.view.View#invalidate invalidate()} on a button and that
188 changed might be redrawn even though {@link android.view.View#invalidate invalidate()} was not
191 this, you should always call {@link android.view.View#invalidate invalidate()} on your custom
196 android.view.View#invalidate invalidate()} when their properties change, such as the backgroun
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java 145 invalidate(); method
171 invalidate(); method
328 invalidate(); method
339 invalidate(); method
371 invalidate(); method
444 invalidate(); method
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 239 * Invalidate the end transition if necessary
302 * invalidate it.
305 afterMediaItem.getEndTransition().invalidate();
314 * invalidate it.
317 beforeMediaItem.getBeginTransition().invalidate();
636 * Invalidate the transition at the beginning of the timeline
651 * Invalidate the transition at this position
688 * Invalidate adjacent transitions at the insertion point
709 * Invalidate adjacent transitions at the insertion point
768 * Invalidate all transition
815 ((MediaImageItem)mediaItem).invalidate(); method
846 ((MediaVideoItem)mediaItem).invalidate(); method
    [all...]

Completed in 1550 milliseconds

1 2 34 5 6 7 8 91011>>