HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 701 - 725 of 1387) sorted by null

<<21222324252627282930>>

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
FloatingChildLayout.java 245 mChild.invalidate();
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 266 // we invalidate the contact cache here because we want to get updated presence
267 // and any contact changes. We don't invalidate the cache by observing presence and contact
270 // threads, don't invalidate the cache because we're in the process of building it.
271 // TODO: think of a better way to invalidate cache more surgically or based on actual
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 975 invalidate(); method
992 invalidate(x, y, x + key.mWidth, y + key.mHeight); method
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_base.h 141 /** Invalidate the iterator, making it singular. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_vector.h 27 // License. This exception does not however invalidate any other
profiler_vector_to_list.h 27 // License. This exception does not however invalidate any other
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_base.h 141 /** Invalidate the iterator, making it singular. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_vector.h 27 // License. This exception does not however invalidate any other
profiler_vector_to_list.h 27 // License. This exception does not however invalidate any other
  /frameworks/base/core/java/android/widget/
Editor.java 1402 mTextDisplayLists[blockIndex].invalidate(); method
1413 if (mTextDisplayLists[i] != null) mTextDisplayLists[i].invalidate(); method
3695 private void invalidate(boolean delayed) { method in class:Editor.SelectionModifierCursorController.CorrectionHighlighter
    [all...]
ListView.java 620 invalidate(); method
1473 invalidate(); method
2302 invalidate(); method
2346 invalidate(); method
2493 invalidate(); method
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 447 mode.invalidate();
859 public void invalidate() { method in class:ActionBarImpl.ActionModeImpl
960 invalidate(); method
    [all...]
  /frameworks/base/docs/html/guide/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/native/services/surfaceflinger/
LayerBase.cpp 216 // invalidate and recompute the visible regions if needed
221 // invalidate and recompute the visible regions if needed
454 "isOpaque=%1d, needsDithering=%1d, invalidate=%1d, "
  /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/VEX/priv/
ir_opt.c 542 mk_key_GetIPutI, invalidate any key which overlaps (k_lo
550 /* invalidate any env entries which in any way overlap (k_lo
552 /* vex_printf("invalidate %d .. %d\n", k_lo, k_hi ); */
563 /* overlap; invalidate */
616 /* Deal with Puts: invalidate any env entries overlapped by this
635 Invalidate the entire env. We could do a lot better
667 /* Find any Get uses in st and invalidate any partially or fully
2782 Bool invalidate; local
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 636 then invalidate the current program counter so as to properly
638 gdb, this will also invalidate the target address we will
925 // at runtime (only difference is the invalidate reason which traces
    [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...]
  /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...]

Completed in 809 milliseconds

<<21222324252627282930>>