HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 276 - 300 of 1221) sorted by null

<<11121314151617181920>>

  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 174 invalidate(); method
188 invalidate(); method
PagedViewIcon.java 108 getHolographicOutlineView().invalidate();
200 invalidate(); method
CellLayout.java 216 invalidate();
259 CellLayout.this.invalidate(left, top,
323 invalidate(icon.getLeft() + getPaddingLeft() - padding,
338 invalidate(); method
364 invalidate(); method
371 invalidate(); method
378 invalidate(); method
392 invalidate(); method
400 ((View) getParent()).invalidate();
415 invalidate(); method
627 invalidate(); method
633 invalidate(); method
639 invalidate(); method
697 invalidate(); method
1042 invalidate(); method
1189 invalidate(); method
1243 invalidate(); method
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 57 invalidate(); method
64 invalidate(); method
  /packages/apps/Settings/src/com/android/settings/widget/
PieChartView.java 154 invalidate(); method
216 invalidate();
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayView.java 80 invalidate();
179 invalidate(); method
PlayheadView.java 86 invalidate();
92 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/Camera/src/com/android/camera/ui/
IndicatorControlWheel.java 269 invalidate(); method
392 invalidate(); method
397 invalidate(); method
462 invalidate(); method
492 invalidate(); method
  /frameworks/base/core/java/android/widget/
ImageView.java 182 /* we invalidate the whole view in this case because it's very
189 invalidate(); method
317 invalidate(); method
342 invalidate(); method
364 invalidate(); method
488 invalidate(); method
519 // don't invalidate unless we're actually changing our matrix
524 invalidate(); method
1013 invalidate(); method
1024 invalidate(); method
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 374 invalidate(); method
419 invalidate(); method
730 // Invalidate between the pattern's last cell and the current location
750 // Invalidate between the pattern's last cell and the previous location
754 // Invalidate between the pattern's new cell and the pattern's previous cell
793 invalidate(invalidateRect);
795 invalidate();
812 invalidate();
842 invalidate((int) (startX - widthOffset), (int) (startY - heightOffset),
908 invalidate();
    [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...]
  /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/ui/
CropView.java 169 if (a.calculate(canvas.currentAnimationTimeMillis())) invalidate(); method
203 invalidate(); method
242 invalidate(); method
446 invalidate(); method
518 invalidate(); method
574 invalidate(); method
584 invalidate(); method
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 581 m_horizontalScrollbar->invalidate();
602 m_verticalScrollbar->invalidate();
650 // Invalidate the window (not the backing store).
673 // Invalidate the overhang areas if they are visible.
682 // This call will move children with native widgets (plugins) and invalidate them as well.
757 // we need to invalidate the windowResizerRect(), since it will now need to paint
790 m_horizontalScrollbar->invalidate();
792 m_verticalScrollbar->invalidate();
794 // Invalidate the scroll corner too on unsuppress.
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 951 * @param invalidate
957 RectF invalidate, Transformation transformation) {
962 invalidate.set(left, top, right, bottom);
963 transformation.getMatrix().mapRect(invalidate);
964 // Enlarge the invalidate region to account for rounding errors
965 invalidate.inset(-1.0f, -1.0f);
966 tempRegion.set(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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 170 /// invalidate additional regions that may have changed based on accessing
173 /// \param[in] Begin A pointer to the first region to invalidate.
174 /// \param[in] End A pointer just past the last region to invalidate.
  /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'
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 187 invalidate(); method
355 invalidate(); method
378 invalidate(); method
  /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
  /cts/tests/tests/view/src/android/view/cts/
ViewDebugTest.java 110 ViewDebug.trace(v2, HierarchyTraceType.INVALIDATE);
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 623 public void invalidate(int l, int t, int r, int b) { method in class:ProgressBarTest.MockProgressBar
625 super.invalidate(l, t, r, b);
628 public void invalidate() { method in class:ProgressBarTest.MockProgressBar
630 super.invalidate();
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ReversingAnimation.java 131 invalidate(); method

Completed in 5289 milliseconds

<<11121314151617181920>>