Searched refs:inputDevices (Results 1 – 3 of 3) sorted by relevance
556 int [] inputDevices = mInputManager.getInputDeviceIds(); in onNavBarAttached() local557 for (int inputDeviceId : inputDevices) { in onNavBarAttached()
317 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) override;755 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices… in notifyInputDevicesChanged() argument759 size_t count = inputDevices.size(); in notifyInputDevicesChanged()765 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices[i]); in notifyInputDevicesChanged()
2311 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() argument2319 mInputDevices = inputDevices; in notifyInputDevicesChanged()