Home
last modified time | relevance | path

Searched refs:pruneAxes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/input/
DInputReader.h1631 void pruneAxes(bool ignoreExplicitlyMappedAxes);
DInputReader.cpp5818 pruneAxes(true); in configure()
5819 pruneAxes(false); in configure()
5861 void JoystickInputMapper::pruneAxes(bool ignoreExplicitlyMappedAxes) { in pruneAxes() function in android::JoystickInputMapper