Searched refs:mIm (Results 1 – 3 of 3) sorted by relevance
63 private final IInputManager mIm; field in InputManager177 mIm = im; in InputManager()214 inputDevice = mIm.getInputDevice(id); in getInputDevice()246 inputDevice = mIm.getInputDevice(id); in getInputDeviceByDescriptor()349 return mIm.getKeyboardLayouts(); in getKeyboardLayouts()371 return mIm.getKeyboardLayout(keyboardLayoutDescriptor); in getKeyboardLayout()389 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier); in getCurrentKeyboardLayoutForInputDevice()419 mIm.setCurrentKeyboardLayoutForInputDevice(identifier, in setCurrentKeyboardLayoutForInputDevice()440 return mIm.getKeyboardLayoutsForInputDevice(identifier); in getKeyboardLayoutsForInputDevice()469 mIm.addKeyboardLayoutForInputDevice(identifier, keyboardLayoutDescriptor); in addKeyboardLayoutForInputDevice()[all …]
70 private InputManager mIm; field in VibratorService172 mIm = (InputManager)mContext.getSystemService(Context.INPUT_SERVICE); in systemReady()477 mIm.registerInputDeviceListener(this, mH); in updateInputDeviceVibrators()482 mIm.unregisterInputDeviceListener(this); in updateInputDeviceVibrators()488 int[] ids = mIm.getInputDeviceIds(); in updateInputDeviceVibrators()490 InputDevice device = mIm.getInputDevice(ids[i]); in updateInputDeviceVibrators()
110 private final InputManager mIm; field in PointerLocationView140 mIm = (InputManager)c.getSystemService(Context.INPUT_SERVICE); in PointerLocationView()724 mIm.registerInputDeviceListener(this, getHandler()); in onAttachedToWindow()732 mIm.unregisterInputDeviceListener(this); in onDetachedFromWindow()758 InputDevice device = mIm.getInputDevice(deviceId); in logInputDeviceState()