Searched defs:MSG_PERFORM_ACCESSIBILITY_ACTION (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java564 message.what = PrivateHandler.MSG_PERFORM_ACCESSIBILITY_ACTION;
1109 private final static int MSG_PERFORM_ACCESSIBILITY_ACTION = 1; field in class:AccessibilityInteractionController.PrivateHandler
1124 case MSG_PERFORM_ACCESSIBILITY_ACTION:
1125 return "MSG_PERFORM_ACCESSIBILITY_ACTION";
1148 case MSG_PERFORM_ACCESSIBILITY_ACTION: {

Completed in 30 milliseconds