Searched refs:mIm (Results 1 – 4 of 4) sorted by relevance
67 private final IInputManager mIm; field in InputManager216 mIm = im; in InputManager()257 inputDevice = mIm.getInputDevice(id); in getInputDevice()289 inputDevice = mIm.getInputDevice(id); in getInputDeviceByDescriptor()334 return mIm.isInputDeviceEnabled(id); in isInputDeviceEnabled()353 mIm.enableInputDevice(id); in enableInputDevice()372 mIm.disableInputDevice(id); in disableInputDevice()445 return mIm.isInTabletMode(); in isInTabletMode()499 mIm.registerTabletModeChangedListener(listener); in initializeTabletModeListenerLocked()531 return mIm.getKeyboardLayouts(); in getKeyboardLayouts()[all …]
123 private InputManager mIm; field in VibratorService370 mIm = mContext.getSystemService(InputManager.class); in systemReady()848 mIm.registerInputDeviceListener(this, mH); in updateInputDeviceVibratorsLocked()853 mIm.unregisterInputDeviceListener(this); in updateInputDeviceVibratorsLocked()859 int[] ids = mIm.getInputDeviceIds(); in updateInputDeviceVibratorsLocked()861 InputDevice device = mIm.getInputDevice(ids[i]); in updateInputDeviceVibratorsLocked()
111 private final InputManager mIm; field in PointerLocationView141 mIm = c.getSystemService(InputManager.class); in PointerLocationView()731 mIm.registerInputDeviceListener(this, getHandler()); in onAttachedToWindow()739 mIm.unregisterInputDeviceListener(this); in onDetachedFromWindow()765 InputDevice device = mIm.getInputDevice(deviceId); in logInputDeviceState()
2569 Landroid/hardware/input/InputManager;->mIm:Landroid/hardware/input/IInputManager;