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

<<11121314151617181920>>

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayView.java 80 invalidate();
179 invalidate(); method
PlayheadView.java 86 invalidate();
92 invalidate();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
FastScrollingIndexCacheTest.java 119 // Invalidate...
120 mCache.invalidate();
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 148 * single time an invalidate call is made.
269 invalidate(); method
407 invalidate();
424 invalidate();
444 invalidate(); method
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline.js 130 this.viewport_.addEventListener('change', this.invalidate.bind(this));
135 this.tracks_.invalidate = this.invalidate.bind(this);
191 invalidate: function() {
411 this.invalidate(); // Cause tracks to redraw.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 93 invalidate(); method
106 invalidate(); method
205 public void invalidate() { method in class:GLView
227 invalidate(); method
280 invalidate(); method
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 297 invalidate(); method
418 invalidate(); method
423 invalidate(); method
505 invalidate(); method
536 invalidate(); method
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 402 m_horizontalScrollbar->invalidate();
411 m_verticalScrollbar->invalidate();
453 m_horizontalScrollbar->invalidate();
472 m_verticalScrollbar->invalidate();
557 // Invalidate the overhang areas if they are visible.
560 // This call will move children with native widgets (plugins) and invalidate them as well.
656 // we need to invalidate the windowResizerRect(), since it will now need to paint
687 m_horizontalScrollbar->invalidate();
689 m_verticalScrollbar->invalidate();
691 // Invalidate the scroll corner too on unsuppress
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 160 invalidate();
355 invalidate(); method
410 invalidate(); method
492 invalidate(); // So we draw again method
537 invalidate(); method
541 invalidate(); method
642 invalidate(); method
841 blk.invalidate();
993 public void invalidate() { method in class:ImageBlockManager.ImageBlock
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 321 * @param update to invalidate the view - otherwise the time is examined to see if it is within
322 * 100 milliseconds of zero seconds and when so, invalidate the view.
351 // Normalize and check if it is 'time' to invalidate
410 invalidate(); method
482 invalidate(); method
489 invalidate(); method
552 invalidate(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 166 mRootPane.invalidate();
197 mSlotView.invalidate();
306 mSlotView.invalidate();
414 mSlotView.invalidate();
662 mRootPane.invalidate();
667 mRootPane.invalidate();
683 mSlotView.invalidate();
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 212 mCellLayout.invalidate();
241 mCellLayout.invalidate();
410 invalidate();
590 invalidate();
623 invalidate(); method
628 invalidate(); method
633 invalidate(); method
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java 239 mCellLayout.invalidate();
268 mCellLayout.invalidate();
459 invalidate();
639 invalidate();
672 invalidate(); method
677 invalidate(); method
682 invalidate(); method
  /frameworks/base/core/java/android/view/animation/
Animation.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 373 invalidate(); method
418 invalidate(); method
710 // Invalidate between the pattern's new cell and the pattern's previous cell
723 // Invalidate between the pattern's last cell and the previous location
731 // To save updates, we only invalidate if the user moved beyond a certain amount.
734 invalidate(mInvalidate);
748 invalidate(); method
778 invalidate((int) (startX - widthOffset), (int) (startY - heightOffset), method
844 invalidate();
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 214 public void invalidate(int idx) { method in class:LocalsArraySet
217 primary.invalidate(idx);
221 la.invalidate(idx);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 240 * Copy to bitmap and invalidate image view
278 * Once all operation is finished at onPostExecute() in UI thread, it can invalidate and update ImageView UI.
299 mImageView.invalidate();
  /developers/samples/android/renderScript/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 240 * Copy to bitmap and invalidate image view
278 * Once all operation is finished at onPostExecute() in UI thread, it can invalidate and update ImageView UI.
299 mImageView.invalidate();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.cpp 244 invalidate();
251 invalidate();
277 invalidate();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 163 /// invalidate additional regions that may have changed based on accessing
166 /// \param[in] Values The values to invalidate.
167 /// \param[in] ConstValues The values to invalidate; these are known to be
  /external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java 54 cache.invalidate("a");
55 cache.invalidate("b");
56 cache.invalidate(0);
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 66 // Invalidate all block entries.
68 // Invalidate all iterators.
80 // LIU's changed, invalidate cache.
  /external/qemu/docs/
DISPLAY-STATE.TXT 67 vga_hw_invalidate_ptr invalidate,
72 The update/invalidate/screen_dump/text_update functions must be provided
80 'invalidate' is called to indicate that the next call to 'update'
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 262 s.invalid.invalidate();
267 s.server.invalidate();
272 s.client.invalidate();
  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 110 // Invalidate "1"; there should be two tokens invalidated
127 // Removing tokens doesn't invalidate them
296 cache.invalidate();

Completed in 3783 milliseconds

<<11121314151617181920>>