/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
FastScrollingIndexCacheTest.java | 119 // Invalidate... 120 mCache.invalidate();
|
/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
|
/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...] |
/external/webkit/Source/WebKit2/UIProcess/ |
WebPageProxy.cpp | 304 m_inspector->invalidate(); 311 m_fullScreenManager->invalidate(); 317 m_openPanelResultListener->invalidate(); 342 editCommandVector[i]->invalidate(); 647 callback->invalidate(); [all...] |
/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(); 408 invalidate(); 588 invalidate(); 621 invalidate(); method 626 invalidate(); method 631 invalidate(); method
|
/external/webkit/Source/WebCore/platform/ |
ScrollView.cpp | 612 m_horizontalScrollbar->invalidate(); 633 m_verticalScrollbar->invalidate(); 681 // Invalidate the window (not the backing store). 704 // Invalidate the overhang areas if they are visible. 713 // This call will move children with native widgets (plugins) and invalidate them as well. 788 // we need to invalidate the windowResizerRect(), since it will now need to paint 821 m_horizontalScrollbar->invalidate(); 823 m_verticalScrollbar->invalidate(); 825 // Invalidate the scroll corner too on unsuppress. [all...] |
/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...] |
/frameworks/support/v4/java/android/support/v4/view/ |
ViewCompat.java | 284 view.invalidate(); 609 * <p>Cause an invalidate to happen on the next animation time step, typically the 615 * @param view View to invalidate 622 * <p>Cause an invalidate of the specified area to happen on the next animation 628 * @param view View to invalidate 629 * @param left The left coordinate of the rectangle to invalidate. 630 * @param top The top coordinate of the rectangle to invalidate. 631 * @param right The right coordinate of the rectangle to invalidate. 632 * @param bottom The bottom coordinate of the rectangle to invalidate. [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArraySet.java | 216 public void invalidate(int idx) { method in class:LocalsArraySet 219 primary.invalidate(idx); 223 la.invalidate(idx);
|
/external/chromium-trace/trace-viewer/src/tracks/ |
slice_track.js | 60 this.invalidate(); 71 this.invalidate(); 80 this.invalidate();
|
/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'
|
/external/webkit/Source/WebKit/android/jni/ |
PicturePile.cpp | 118 void PicturePile::invalidate(const IntRect& dirtyRect) function in class:WebCore::PicturePile 152 invalidate(rect); 157 invalidate(rect);
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSessionTest.java | 260 s.invalid.invalidate(); 265 s.server.invalidate(); 270 s.client.invalidate();
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
ContentCacheTests.java | 107 // Invalidate "1"; there should be two tokens invalidated 124 // Removing tokens doesn't invalidate them 293 cache.invalidate();
|
/packages/apps/Music/src/com/android/music/ |
VerticalTextSpinner.java | 252 invalidate(); method 405 invalidate(); method 455 invalidate(); method
|
/frameworks/base/core/java/android/view/ |
View.java | 448 * To force a view to draw, call {@link #invalidate()}. 461 * may need to be changed, the view will call {@link #invalidate()}.</li> 462 * <li>If either {@link #requestLayout()} or {@link #invalidate()} were called, [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
ReversingAnimation.java | 131 invalidate(); method
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SetWallpaperActivity.java | 72 imageView.invalidate();
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Arcs.java | 114 invalidate(); method
|