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

  /frameworks/native/include/input/
Input.h 571 static int32_t getAxisFromLabel(const char* label);
  /frameworks/native/libs/input/
Input.cpp 529 int32_t MotionEvent::getAxisFromLabel(const char* label) {
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 731 return static_cast<jint>(MotionEvent::getAxisFromLabel(axisLabel.c_str()));
    [all...]

Completed in 841 milliseconds