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

/frameworks/native/include/input/
H A DInputEventLabels.h447 static const char* getAxisLabel(int32_t axisId) { function in namespace:android
/frameworks/native/libs/input/
H A DInput.cpp533 return getAxisLabel(axis);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp980 const char* label = getAxisLabel(range.axis);
6906 const char* label = getAxisLabel(axis.axisInfo.axis);
6913 label = getAxisLabel(axis.axisInfo.highAxis);

Completed in 90 milliseconds