Home | History | Annotate | Download | only in jni

Lines Matching full:inputdevices

199     virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
479 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
482 size_t count = inputDevices.size();
488 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i));