HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 126 - 150 of 2205) sorted by null

1 2 3 4 56 7 8 91011>>

  /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 */
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 290 void invalidate() { function in struct:GrGpuGL::__anon14245
292 fRect.invalidate();
303 HWGeometryState() { fVBOVertexArray = NULL; this->invalidate(); }
307 void invalidate() { function in class:GrGpuGL::HWGeometryState
312 fDefaultVertexArrayAttribState.invalidate();
413 void invalidate() { function in struct:GrGpuGL::__anon14246
424 void invalidate() { function in struct:GrGpuGL::__anon14247
  /external/skia/src/gpu/gl/
GrGpuGL.h 290 void invalidate() { function in struct:GrGpuGL::__anon26117
292 fRect.invalidate();
303 HWGeometryState() { fVBOVertexArray = NULL; this->invalidate(); }
307 void invalidate() { function in class:GrGpuGL::HWGeometryState
312 fDefaultVertexArrayAttribState.invalidate();
413 void invalidate() { function in struct:GrGpuGL::__anon26118
424 void invalidate() { function in struct:GrGpuGL::__anon26119
  /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/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 171 horizontalScrollbar->invalidate();
174 // then we must also invalidate the corner between them.
184 verticalScrollbar->invalidate();
314 horizontalScrollbar()->invalidate();
319 verticalScrollbar()->invalidate();
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 299 invalidate(); method
381 invalidate(); method
433 invalidate(); method
442 invalidate(); method
518 invalidate(); method
524 invalidate(rect);
532 invalidate(); method
539 invalidate(); method
773 invalidate(); method
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 90 invalidate(); method
96 invalidate(); method
106 invalidate(); method
120 invalidate(); method
135 invalidate(); method
141 invalidate(); method
146 invalidate(); method
153 protected void invalidate() { method in class:CompositeCursorAdapter
217 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
  /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/imageshow/
ImageCurves.java 144 invalidate(); method
165 invalidate(); method
321 invalidate(); method
332 invalidate(); method
364 invalidate(); method
437 invalidate(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 94 invalidate(); method
99 invalidate(); method
108 invalidate(); method
261 invalidate(); method
274 invalidate(); method
285 invalidate(); method
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 119 // from {@link #dispatchDraw} or {@link #invalidate} even if we are invisible.
177 invalidate(); method
223 public void invalidate() { method in class:TiledImageView
228 super.invalidate();
229 mTextureView.invalidate();
289 invalidate(); method
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 118 - (void)invalidate
204 - (void)invalidate
371 _scrollbar->invalidate();
374 - (void)invalidate
569 - (void)invalidate
573 [_knobAlphaAnimation.get() invalidate];
574 [_trackAlphaAnimation.get() invalidate];
575 [_uiStateTransitionAnimation.get() invalidate];
576 [_expansionTransitionAnimation.get() invalidate];
615 [m_scrollbarPainterControllerDelegate.get() invalidate];
    [all...]
  /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...]
  /cts/tests/tests/view/src/android/view/cts/
View_AnimationTest.java 63 view.invalidate();
100 view.invalidate();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 50 mView.invalidate();
53 mView.invalidate();
UnicodeChart.java 106 invalidate(); method
111 invalidate(); method
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 97 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH); method
110 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY); method

Completed in 1574 milliseconds

1 2 3 4 56 7 8 91011>>