/frameworks/native/services/surfaceflinger/ |
MessageQueue.h | 94 INVALIDATE = 0, 107 // sends INVALIDATE message at next VSYNC 108 void invalidate();
|
/packages/apps/Calendar/src/com/android/calendar/ |
ColorChipView.java | 78 invalidate(); method 84 invalidate(); method 90 invalidate(); method
|
/external/clang/include/clang/Lex/ |
MultipleIncludeOpt.h | 84 /// Invalidate - Permanently mark this file as not being suitable for the 86 void Invalidate() { 126 return Invalidate(); 133 return Invalidate(); 146 Invalidate(); 154 if (!TheMacro) return Invalidate();
|
/external/qemu/ |
curses.c | 45 static int width, height, gwidth, gheight, invalidate; variable 129 invalidate = 1; 168 if (invalidate) { 175 invalidate = 0; 229 invalidate = 1; 370 invalidate = 1;
|
/frameworks/base/docs/html/training/custom-views/ |
optimizing-view.jd | 59 android.view.View#invalidate() invalidate()}, so eliminate unnecessary calls to {@link 60 android.view.View#invalidate() 61 invalidate()}. When possible, call the four-parameter variant of {@link 62 android.view.View#invalidate() invalidate()}
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
JoystickView.java | 38 invalidate(); method 43 invalidate(); method
|
ColorWheel.java | 194 invalidate(); method 201 invalidate(); method 211 invalidate(); method 223 invalidate(); method
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
timeline_track.js | 71 this.invalidate(); 74 invalidate: function() { 76 this.parentNode.invalidate(); 192 this.invalidate(); 197 this.invalidate(); 200 invalidate: function() { 202 this.parentNode.invalidate(); 212 this.invalidate();
|
/external/chromium_org/cc/resources/ |
layer_tiling_data.h | 43 // Change the tile size. This may invalidate all the existing tiles. 46 // Change the border texel setting. This may invalidate all existing tiles.
|
/external/chromium_org/chrome/browser/download/ |
download_request_infobar_delegate.cc | 76 // This may invalidate |host_|. 86 // This may invalidate |host_|.
|
/external/chromium_org/content/renderer/ |
render_widget_fullscreen_pepper.h | 23 // invalidate rects. 34 virtual void Invalidate() OVERRIDE;
|
/external/chromium_org/remoting/codec/ |
video_decoder.h | 39 virtual void Invalidate(const webrtc::DesktopSize& view_size, 44 // calls to Invalidate(). |clip_area| is specified in |view_size| coordinates.
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
HostWindow.h | 49 // Requests the host invalidate the contents and the root view. 55 // Requests the host invalidate the contents, not the root view. This is the slow path for scrolling.
|
/external/chromium_org/third_party/mesa/src/bin/ |
.cherry-ignore | 2 ca3ed3e024864e91ca3cccc59fb96950e1d079b5 egl/wayland: Don't invalidate drawable on swap buffers 3 89ba4368fd86778405eea163e2b27812055f0df9 egl/wayland: Add invalidate back in eglSwapBuffers()
|
/external/chromium_org/v8/src/ia32/ |
cpu-ia32.cc | 65 // invalidate already cached translated code. This leads to random 68 // performance cost. We can notify valgrind to invalidate its cache.
|
/external/mesa3d/bin/ |
.cherry-ignore | 2 ca3ed3e024864e91ca3cccc59fb96950e1d079b5 egl/wayland: Don't invalidate drawable on swap buffers 3 89ba4368fd86778405eea163e2b27812055f0df9 egl/wayland: Add invalidate back in eglSwapBuffers()
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaImageItem.java | 299 * Invalidate the end transitions if necessary. 319 * Invalidate the beginning and end transitions after adjustments. 334 * Invalidate the filename 343 * Invalidate the begin transition if any effects and overlays overlap 362 mBeginTransition.invalidate(); 377 mBeginTransition.invalidate(); 386 * Invalidate the end transition if any effects and overlays overlap 404 mEndTransition.invalidate(); 421 mEndTransition.invalidate(); 655 mBeginTransition.invalidate(); 732 void invalidate() { method in class:MediaImageItem [all...] |
/developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/view/ |
SlidingTabStrip.java | 93 invalidate(); method 100 invalidate(); method 107 invalidate(); method 113 invalidate(); method
|
/developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/view/ |
SlidingTabStrip.java | 93 invalidate(); method 100 invalidate(); method 107 invalidate(); method 113 invalidate(); method
|
/developers/samples/android/common/src/java/com/example/android/common/view/ |
SlidingTabStrip.java | 93 invalidate(); method 100 invalidate(); method 107 invalidate(); method 113 invalidate(); method
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorPickerDialog.java | 177 invalidate(); method 184 invalidate(); method 194 invalidate(); method 203 invalidate(); method
|
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/ |
AnticiButton.java | 211 invalidate(); // force button to redraw with new skew value method 212 invalidateSkewedBounds(); // also invalidate appropriate area of parent 217 * Need to invalidate proper area of parent for skewed bounds 226 ((View) getParent()).invalidate((int) mTempRect.left, (int) mTempRect.top,
|
/external/chromium_org/base/mac/ |
scoped_cffiledescriptorref.h | 17 // destruction, it will invalidate the file descriptor.
|
/external/chromium_org/cc/layers/ |
contents_scaling_layer.cc | 49 // Invalidate the whole layer if scale changed.
|
/external/chromium_org/chrome/browser/chromeos/contacts/ |
contact_manager_stub.h | 49 // invalidate its weak pointers before any other members are destroyed.
|