/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | 262 CellLayout.this.invalidate(mDragOutlines[thisIndex]); 336 invalidate(icon.getLeft() + getPaddingLeft() - padding, 351 invalidate(); method 370 invalidate(); method 551 invalidate(); method 557 invalidate(); method 563 invalidate(); method 1049 invalidate(); method 1060 invalidate(); method [all...] |
/dalvik/vm/compiler/codegen/x86/ |
AnalysisO1.cpp | [all...] |
/external/webkit/Source/WebKit2/ |
ChangeLog-2011-02-16 | 125 (WebKit::WebPluginSiteDataManager::invalidate): 152 Don't invalidate the plug-in site data manager if we're using a plug-in process. 235 (WebKit::WebPluginSiteDataManager::invalidate): 236 Invalidate the callbacks map. 254 Invalidate the plug-in site data manager and clear its context. 257 Invalidate the plug-in site data manager. 590 (WebKit::WebFrameLoaderClient::restoreViewState): Invalidate the entire page 714 Invalidate the layer tree host. [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_openssl.cc | 763 // doesn't require a client cert), we need to invalidate the SSL session 772 LOG_IF(WARNING, !rv) << "Couldn't invalidate SSL session: " << session; [all...] |
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
PluginView.cpp | 285 // Invalidate the object map. 286 m_npRuntimeObjectMap.invalidate(); 856 void PluginView::invalidate(const IntRect& dirtyRect) function in class:WebKit::PluginView [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 682 invalidate(); method [all...] |
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
MultiWaveView.java | 181 invalidate(); 469 view.invalidate((int) Math.floor(childBounds.left), 785 invalidate(); method [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 265 * should invalidate itself (or at least the part of itself where the 459 * of the Drawable to change (hence requiring an invalidate), otherwise 511 * of the Drawable to change (hence requiring an invalidate), otherwise [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 142 mCBContext->procs.invalidate = &hook_invalidate; 271 ctx->hwc->invalidate(); 288 void HWComposer::invalidate() { function in class:android::HWComposer [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentActivity.java | 224 // Prior to Honeycomb, the framework can't invalidate the options 618 * Invalidate the activity's options menu. This will cause relevant presentations 625 // API to invalidate the options menu.
|
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 605 invalidate(); method 910 invalidate(dirty.left + scrollX, dirty.top + scrollY, [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
VideoEditorProject.java | 321 // Invalidate the transition at the beginning of the timeline 335 // Invalidate the transition at the end of this media item 337 // Invalidate the reference in the next media item (if any) [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
PendingIntentTest.java | 98 PendingIntentStubActivity.status = PendingIntentStubActivity.INVALIDATE;
|
/cts/tests/tests/database/src/android/database/cts/ |
MergeCursorTest.java | 248 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GalleryTest.java | 218 mGallery.invalidate();
|
/development/apps/Development/res/values/ |
strings.xml | 177 <string name="accounts_tester_invalidate_auth_token">Invalidate Token</string>
|
/development/apps/FontLab/src/com/android/fontlab/ |
FontLab.java | 341 mContentView.invalidate();
|
/development/apps/WidgetPreview/src/com/android/widgetpreview/ |
WidgetPreviewActivity.java | 242 mAppWidgetView.invalidate();
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
CustomViewAccessibilityActivity.java | 243 invalidate(); method
|
/development/samples/BrowserPlugin/jni/form/ |
FormPlugin.cpp | 159 //invalidate the canvas
|
/external/chromium/chrome/browser/ |
aeropeek_manager.cc | 766 // window is registered to Windows. So, we don't have to invalidate the 774 // Invalidate the thumbnail image of this window. 775 // When we invalidate the thumbnail image, we HAVE TO handle a succeeding 815 // posting two or more tasks, we don't invalidate the current thumbnail [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service.h | 208 // Invalidate cache results which are no longer useful.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.h | 126 // don't release it when done (we invalidate it).
|
/external/chromium/chrome/browser/ui/cocoa/ |
profile_menu_button.mm | 291 // Invalidate the cached image if necessary.
|
/external/chromium/sdch/open-vcdiff/src/ |
encodetable.h | 206 // because instructions_and_sizes_ may be resized, which would invalidate
|