Home | History | Annotate | Download | only in jni

Lines Matching refs:inputDevices

185     virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
464 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
467 size_t count = inputDevices.size();
473 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices.itemAt(i));