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

  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 103 mAccessibilityFocus = event.getSourceNodeId();
108 if (mAccessibilityFocus == event.getSourceNodeId()) {
118 mInputFocus = event.getSourceNodeId();
126 refreshCachedNodeLocked(event.getWindowId(), event.getSourceNodeId());
132 final long sourceId = event.getSourceNodeId();
143 clearSubTreeLocked(event.getWindowId(), event.getSourceNodeId());
268 final long sourceId = info.getSourceNodeId();
AccessibilityRecord.java 627 public long getSourceNodeId() {
628 return mSourceNode != null ? mSourceNode.getSourceNodeId() : UNDEFINED;
AccessibilityInteractionClient.java     [all...]
AccessibilityEvent.java     [all...]
AccessibilityNodeInfo.java     [all...]
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java 65 promptUserForStoragePermission(messageEvent.getSourceNodeId());
68 respondWithStorageInformation(messageEvent.getSourceNodeId());
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java 65 promptUserForStoragePermission(messageEvent.getSourceNodeId());
68 respondWithStorageInformation(messageEvent.getSourceNodeId());
  /development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
IncomingRequestPhoneService.java 65 promptUserForStoragePermission(messageEvent.getSourceNodeId());
68 respondWithStorageInformation(messageEvent.getSourceNodeId());
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java     [all...]
ViewRootImpl.java     [all...]
View.java     [all...]
  /frameworks/base/core/java/android/widget/
GridView.java     [all...]
ListView.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 441 event.getSourceNodeId(), event.getEventType(), event.getAction());
    [all...]

Completed in 352 milliseconds