Searched refs:getAxisByLabel (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/androidfw/
H A DKeyboard.h100 extern int32_t getAxisByLabel(const char* label);
/frameworks/base/libs/androidfw/
H A DKeyLayoutMap.cpp289 axisInfo.axis = getAxisByLabel(axisToken.string());
309 axisInfo.axis = getAxisByLabel(lowAxisToken.string());
318 axisInfo.highAxis = getAxisByLabel(highAxisToken.string());
325 axisInfo.axis = getAxisByLabel(token.string());
H A DKeyboard.cpp199 int32_t getAxisByLabel(const char* label) { function in namespace:android

Completed in 545 milliseconds