Home
last modified time | relevance | path

Searched refs:inputDevices (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java556 int [] inputDevices = mInputManager.getInputDeviceIds(); in onNavBarAttached() local
557 for (int inputDeviceId : inputDevices) { in onNavBarAttached()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp317 void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) override;
755 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices in notifyInputDevicesChanged() argument
759 size_t count = inputDevices.size(); in notifyInputDevicesChanged()
765 jobject inputDeviceObj = android_view_InputDevice_create(env, inputDevices[i]); in notifyInputDevicesChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2311 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() argument
2319 mInputDevices = inputDevices; in notifyInputDevicesChanged()