HomeSort by relevance Sort by last modified time
    Searched refs:postNotification (Results 1 - 21 of 21) sorted by null

  /frameworks/support/v4/eclair/android/support/v4/app/
NotificationManagerCompatEclair.java 28 public static void postNotification(NotificationManager notificationManager, String tag, int id,
  /device/sample/apps/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 73 postNotification(getPackageName(intent));
76 postNotification(TED_PKG_NAME);
77 postNotification(PLAY_MOVIES_PKG_NAME);
81 private void postNotification(String pkgName) {
107 postNotification(sort, resId, backupResId, titleId, backupTitleId, pkgName);
110 private void postNotification(int sort, int resId, int backupResId,
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuListPopup.cpp 145 cache->postNotification(child.get(), document(), AXObjectCache::AXFocusedUIElementChanged, true, PostSynchronously);
146 cache->postNotification(child.get(), document(), AXObjectCache::AXMenuListItemSelected, true, PostSynchronously);
AXObjectCache.h 193 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
194 void postNotification(Node*, AXNotification, bool postToElement, PostType = PostAsynchronously);
195 void postNotification(AXObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
AXMenuList.cpp 114 cache->postNotification(this, document.get(), AXObjectCache::AXMenuListValueChanged, true, PostSynchronously);
AXObjectCache.cpp 660 postNotification(obj, obj->document(), AXObjectCache::AXTextChanged, true);
726 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
744 postNotification(object.get(), &renderer->document(), notification, postToElement, postType);
747 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType)
765 postNotification(object.get(), &node->document(), notification, postToElement, postType);
768 void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
792 postNotification(node, AXObjectCache::AXCheckedStateChanged, true);
799 postNotification(node, AXSelectedChildrenChanged, false);
806 postNotification(renderer, AXSelectedChildrenChanged, false);
832 postNotification(obj, obj->document(), AXLayoutComplete, true)
    [all...]
AXNodeObject.cpp 154 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
    [all...]
AXRenderObject.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 241 postNotification();
251 private void postNotification() {
269 postNotification();
275 postNotification();
  /frameworks/support/v4/java/android/support/v4/app/
NotificationManagerCompat.java 117 void postNotification(NotificationManager notificationManager, String tag, int id,
131 public void postNotification(NotificationManager notificationManager, String tag, int id,
150 public void postNotification(NotificationManager notificationManager, String tag, int id,
152 NotificationManagerCompatEclair.postNotification(notificationManager, tag, id,
225 IMPL.postNotification(mNotificationManager, tag, id, notification);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RangeInputType.cpp 227 cache->postNotification(&element(), AXObjectCache::AXValueChanged, true);
InputType.cpp 782 cache->postNotification(&element(), AXObjectCache::AXValueChanged, true);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 344 postNotification(info, summaryText, context, true, notificationPrefs, nm,
363 postNotification(info, summaryText, context, false, notificationPrefs, nm,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 420 public void postNotification() {
ActiveServices.java 593 r.postNotification();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 590 cache->postNotification(this, AXObjectCache::AXValueChanged, false);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 363 // into the web area again, even if focus did not change within WebCore. PostNotification is called instead
368 cache->postNotification(document, AXObjectCache::AXFocusedUIElementChanged, true);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 554 cache->postNotification(node, AXObjectCache::AXValueChanged, false);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 338 milliseconds