HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 851 - 875 of 1608) sorted by null

<<31323334353637383940>>

  /frameworks/base/docs/html/google/gcm/
adv.jd 54 <p>Finally, when GCM attempts to deliver a message to the device and the application was uninstalled, GCM will discard that message right away and invalidate the registration ID. Future attempts to send a message to that device will get a <code>NotRegistered</code> error. See <a href="#unreg">How Unregistration Works</a> for more information.</p>
84 <p>When an application is updated, it should invalidate its existing registration ID, as it is not guaranteed to work with the new version. Because there is no lifecycle method called when the application is updated, the best way to achieve this validation is by storing the current application version when a registration ID is stored. Then when the application is started, compare the stored value with the current application version. If they do not match, invalidate the stored data and start the registration process again.</p>
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 711 // The specified index didn't exist. This can happen when a stale invalidate
770 // This card was never created, so there's nothing to invalidate.
792 // This card was never created, so there's nothing to invalidate.
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java 430 invalidate(); method
717 invalidate(dirty.left + scrollX, dirty.top + scrollY,
915 // This should come after stopAnimation(), otherwise an invalidate message remains in the
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_utils.c 338 * RPC_OMX_ErrorUndefined : Invalidate operation failed.
348 DOMX_DEBUG("About to invalidate %d bytes", size);
352 "Cache invalidate failed");
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 629 mGvs.invalidate();
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 118 server.getSession().invalidate();
124 client.getSession().invalidate();
128 client.getSession().invalidate();
129 server.getSession().invalidate();
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 695 then invalidate the current program counter so as to properly
697 gdb, this will also invalidate the target address we will
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 416 invalidate();
455 invalidate();
580 invalidate();
    [all...]
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 31 * are well equipped to do the right thing to set the property and invalidate the view
37 * it will optimize invalidate calls to take place only once for several properties instead of each
    [all...]
  /frameworks/base/core/java/android/webkit/
ZoomManager.java 445 mWebView.invalidate();
481 mWebView.invalidate();
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 621 invalidate(); method
1474 invalidate(); method
2311 invalidate(); method
2355 invalidate(); method
2530 invalidate(); method
    [all...]
ProgressBar.java 651 invalidate(); method
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 602 invalidate(); method
727 invalidate(); method
731 invalidate(); method
750 invalidate(); method
754 invalidate(); method
1292 invalidate(); method
1806 invalidate(); method
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 1482 int invalidate; local
1845 int invalidate = 0; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 265 CellLayout.this.invalidate(mDragOutlines[thisIndex]);
348 invalidate(icon.getLeft() + getPaddingLeft() - padding,
363 invalidate(); method
382 invalidate(); method
563 invalidate(); method
569 invalidate(); method
575 invalidate(); method
1062 invalidate(); method
1073 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/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java     [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/com/android/internal/widget/multiwaveview/
MultiWaveView.java 181 invalidate();
469 view.invalidate((int) Math.floor(childBounds.left),
785 invalidate(); method
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 142 mCBContext->procs.invalidate = &hook_invalidate;
268 ctx->hwc->invalidate();
285 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
620 * <p>Invalidate the activity's options menu. This will cause relevant presentations
627 // 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...]

Completed in 2335 milliseconds

<<31323334353637383940>>