Searched refs:onRequestSendAccessibilityEventInternal (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java100 public boolean onRequestSendAccessibilityEventInternal(View child, AccessibilityEvent event) { method in class:PhoneStatusBarView
101 if (super.onRequestSendAccessibilityEventInternal(child, event)) {
/frameworks/base/core/java/android/widget/
H A DAdapterView.java975 public boolean onRequestSendAccessibilityEventInternal(View child, AccessibilityEvent event) { method in class:AdapterView
976 if (super.onRequestSendAccessibilityEventInternal(child, event)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1456 public boolean onRequestSendAccessibilityEventInternal(View child, AccessibilityEvent event) { method in class:ExpandableNotificationRow
1457 if (super.onRequestSendAccessibilityEventInternal(child, event)) {
/frameworks/base/core/java/android/view/
H A DViewGroup.java1010 return onRequestSendAccessibilityEventInternal(child, event);
1021 public boolean onRequestSendAccessibilityEventInternal(View child, AccessibilityEvent event) { method in class:ViewGroup
H A DView.java26017 return host.onRequestSendAccessibilityEventInternal(child, event);

Completed in 254 milliseconds