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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
nil-receiver-undefined-larger-than-voidptr-ret-region.m 15 - (void) invalidate;
22 [self invalidate];
30 - (void) invalidate {
  /development/samples/LunarLander/
_index.html 6 <li>Animating by calling invalidate() from draw()</li>
  /external/chromium/base/memory/
weak_ptr.cc 13 void WeakReference::Flag::Invalidate() {
45 Invalidate();
54 void WeakReferenceOwner::Invalidate() {
56 flag_->Invalidate();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
InvalidateAction.java 27 public static final String ACTION_NAME = "invalidate";
31 putValue(NAME, "Invalidate");
32 putValue(SHORT_DESCRIPTION, "Invalidate");
33 putValue(LONG_DESCRIPTION, "Invalidate");
  /cts/tests/src/android/app/cts/
PendingIntentStubActivity.java 24 public static final int INVALIDATE = -1;
26 public static int status = INVALIDATE;
  /frameworks/compile/linkloader/utils/
flush_cpu_cache.h 23 // invalidate the instruction cache; however, the toolchain of Android
25 // call to invalidate the instruction cache.
27 // As a side note, Dalvik VM use the same system call to invalidate the
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 63 invalidate(); method
73 invalidate(); method
88 invalidate(); method
94 invalidate(); method
100 invalidate(); method
109 invalidate(); method
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
InvalidateAction.java 34 super("&Invalidate Layout");
37 mImage = imageLoader.loadImage("invalidate.png", Display.getDefault()); //$NON-NLS-1$
39 setToolTipText("Invalidate the layout for the current window");
  /external/chromium/base/test/
test_file_util_mac.cc 17 // default) + MAP_SHARED, then do an msync to invalidate the memory. The next
28 DLOG(WARNING) << "failed to invalidate memory map of " << file.value()
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
OpaqueActivity.java 45 invalidate();
46 Log.d("OpaqueView", "Invalidate");
DisplayListLayersActivity.java 55 button.setText("Invalidate");
62 child.invalidate();
108 public void invalidate() { method in class:DisplayListLayersActivity.LayerView
109 log("invalidate");
110 super.invalidate();
  /packages/apps/Camera/src/com/android/camera/panorama/
PanoProgressBar.java 74 invalidate(); method
84 invalidate(); method
89 invalidate(); method
94 invalidate(); method
109 invalidate(); method
124 invalidate(); method
150 invalidate(); method
158 invalidate(); method
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactNameHighlightingAnimation.java 40 protected void invalidate() { method in class:ContactNameHighlightingAnimation
46 view.getNameTextView().invalidate();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
StaticBackground.java 45 invalidate(); method
54 invalidate(); method
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Sweep.java 67 invalidate(); method
86 invalidate(); method
90 invalidate(); method
  /external/webkit/Source/WebKit2/UIProcess/
GenericCallback.h 89 void invalidate() function in class:WebKit::VoidCallback
133 void invalidate() function in class:WebKit::GenericCallback
177 void invalidate() function in class:WebKit::ComputedPagesCallback
204 callbacksVector[i]->invalidate();
  /frameworks/compile/slang/
slang_rs_exportable.cpp 24 // Invalidate associated Context.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_fs.h 27 #define FLUSH_INVALIDATE 64 /* Invalidate the page cache */
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
TouchExampleView.java 70 invalidate(); method
79 invalidate(); method
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 113 invalidate();
236 invalidate(); method
250 invalidate(); method
258 invalidate(); method
276 invalidate(); method
286 invalidate(); method
314 invalidate(); method
319 invalidate(); method
  /external/chromium/chrome/browser/
plugin_data_remover_helper.cc 32 void Invalidate() {
70 internal_->Invalidate();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewManager.java 30 public static void invalidate(IDevice device, Window window, String params) { method in class:ViewManager
31 sendCommand("INVALIDATE", device, window, params);
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 155 invalidate(); method
165 mView.invalidate();
174 mView.invalidate();
179 mView.invalidate();
183 mView.invalidate();
190 mView.invalidate();
  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 50 /// Invalidate - Permanently mark this file as not being suitable for the
52 void Invalidate() {
82 return Invalidate();
89 return Invalidate();
101 Invalidate();
110 if (!TheMacro) return Invalidate();
  /frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd 180 <li>Invalidate the hierarchy</li>
186 android.view.View#invalidate invalidate()} (or one of its variants) on any view that has changed
193 your application calls {@link android.view.View#invalidate invalidate()} on a button and that
198 changed might be redrawn even though {@link android.view.View#invalidate invalidate()} was not
201 this, you should always call {@link android.view.View#invalidate invalidate()} on your custom
206 android.view.View#invalidate invalidate()} when their properties change, such as the backgroun
    [all...]

Completed in 571 milliseconds

1 2 3 4 5 6 7 8 91011>>