OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAxisFromLabel
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/input/
Input.h
609
static int32_t
getAxisFromLabel
(const char* label);
/frameworks/native/libs/input/
Input.cpp
536
int32_t MotionEvent::
getAxisFromLabel
(const char* label) {
/frameworks/base/core/jni/
android_view_MotionEvent.cpp
750
return static_cast<jint>(MotionEvent::
getAxisFromLabel
(axisLabel.c_str()));
[
all
...]
Completed in 46 milliseconds