Home
last modified time | relevance | path

Searched refs:stringToAction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java49 action = stringToAction(findString(line, "action=(\\w+)")); in getMotionEventFromLogLine()
137 private static int stringToAction(String action) { in stringToAction() method in GestureLogParser
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Daction.c173 stringToAction(const char *str, enum xkb_action_type *type_rtrn) in stringToAction() function
795 if (!stringToAction(str, &handler_type)) { in HandleActionDef()
864 if (!stringToAction(elem, &action)) in SetActionField()