Searched defs:mInputDevices (Results 1 – 4 of 4) sorted by relevance
156 DeviceVector mInputDevices; // Attached input devices. variable
73 private final HashMap<String, InputDeviceState> mInputDevices = field in PersistentDataStore
206 private InputDevice[] mInputDevices = new InputDevice[0]; field in InputManagerService
77 @Nullable private SparseArray<InputDevice> mInputDevices; field in InputManagerGlobal