HomeSort by relevance Sort by last modified time
    Searched refs:getAxisByLabel (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/input/
KeyLayoutMap.cpp 328 axisInfo.axis = getAxisByLabel(axisToken.string());
348 axisInfo.axis = getAxisByLabel(lowAxisToken.string());
357 axisInfo.highAxis = getAxisByLabel(highAxisToken.string());
364 axisInfo.axis = getAxisByLabel(token.string());
Input.cpp 530 return getAxisByLabel(label);
  /frameworks/native/include/input/
InputEventLabels.h 418 static int32_t getAxisByLabel(const char* label) {

Completed in 80 milliseconds