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

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 217 invalidate(); method
225 invalidate(); method
270 invalidate(); method
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 93 mHardwareView.invalidate();
95 mSoftwareImageView.invalidate();
96 mHardwareImageView.invalidate();
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 131 invalidate(); method
199 invalidate(); method
292 invalidate(r);
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 296 ~RefCountedPtr() { invalidate(); }
299 void invalidate();
307 inline void RefCountedPtr::invalidate() function in class:RefCountedPtr
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 296 ~RefCountedPtr() { invalidate(); }
299 void invalidate();
307 inline void RefCountedPtr::invalidate() function in class:RefCountedPtr
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 125 // so we just need to do an invalidate to trigger draw
219 // Invalidate so the pressed state is visible, or set a flag so we know that we
220 // have to call invalidate as soon as the state is "pressed"
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java 89 invalidate(); method
107 invalidate(); method
173 invalidate(); method
  /art/runtime/base/
stringprintf.cc 27 // It's possible for methods that use a va_list to invalidate
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 450 public void invalidate(int l, int t, int r, int b) { method in class:ProgressBarTest.MockProgressBar
452 super.invalidate(l, t, r, b);
455 public void invalidate() { method in class:ProgressBarTest.MockProgressBar
457 super.invalidate();
  /external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.mm 190 - (void)invalidate;
232 - (void)invalidate {
233 [timer_ invalidate];
270 // removeThrobber: if it decides it's done animating. That would invalidate
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
i915_parser.js 242 var event = /dev=(\d+), ring=(\w+), invalidate=(\w+), flush=(\w+)/
249 var invalidate = event[3];
255 invalidate: invalidate,
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
object_instance_track_test.js 46 drawingContainer.invalidate();
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job.h 86 // invalidate its weak pointers before other members are destroyed.
webkit_file_stream_reader_impl.h 81 // invalidate its weak pointers before other members are destroyed.
webkit_file_stream_writer_impl.h 75 // invalidate the weak pointers before any other members are destroyed.
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation.h 90 // invalidate the weak pointers before any other members are destroyed.
get_file_for_saving_operation.h 90 // invalidate the weak pointers before any other members are destroyed.
open_file_operation.h 94 // invalidate its weak pointers before any other members are destroyed.
truncate_operation.h 77 // invalidate the weak pointers before any other members are destroyed.
update_operation.h 94 // invalidate the weak pointers before any other members are destroyed.
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer.h 95 // invalidate the weak pointers before any other members are destroyed.
  /external/chromium_org/chrome/browser/drive/
drive_notification_manager.h 91 // invalidate its weak pointers before any other members are destroyed.
  /external/chromium_org/chrome/browser/search/
search_terms_tracker.h 25 // Any other type of navigation will invalidate the search terms. The search
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider.h 57 // Invalidate our existing token so a new one can be fetched.
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 63 virtual void Invalidate();

Completed in 1181 milliseconds

<<11121314151617181920>>