Home | History | Annotate | Download | only in androidfw

Lines Matching defs:InputDeviceInfo

127 // --- InputDeviceInfo ---
129 InputDeviceInfo::InputDeviceInfo() {
133 InputDeviceInfo::InputDeviceInfo(const InputDeviceInfo& other) :
142 InputDeviceInfo::~InputDeviceInfo() {
145 void InputDeviceInfo::initialize(int32_t id, int32_t generation,
158 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange(
170 void InputDeviceInfo::addSource(uint32_t source) {
174 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max,
180 void InputDeviceInfo::addMotionRange(const MotionRange& range) {