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

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java534 message.what = PrivateHandler.MSG_PERFORM_ACCESSIBILITY_ACTION;
934 private final static int MSG_PERFORM_ACCESSIBILITY_ACTION = 1; field in class:AccessibilityInteractionController.PrivateHandler
949 case MSG_PERFORM_ACCESSIBILITY_ACTION:
950 return "MSG_PERFORM_ACCESSIBILITY_ACTION";
973 case MSG_PERFORM_ACCESSIBILITY_ACTION: {

Completed in 47 milliseconds