Searched refs:mIm (Results 1 – 3 of 3) sorted by relevance
70 private final IInputManager mIm; field in InputManager215 mIm = im; in InputManager()252 inputDevice = mIm.getInputDevice(id); in getInputDevice()284 inputDevice = mIm.getInputDevice(id); in getInputDeviceByDescriptor()384 return mIm.isInTabletMode(); in isInTabletMode()438 mIm.registerTabletModeChangedListener(listener); in initializeTabletModeListenerLocked()470 return mIm.getKeyboardLayouts(); in getKeyboardLayouts()492 return mIm.getKeyboardLayoutsForInputDevice(identifier); in getKeyboardLayoutsForInputDevice()513 return mIm.getKeyboardLayout(keyboardLayoutDescriptor); in getKeyboardLayout()530 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier); in getCurrentKeyboardLayoutForInputDevice()[all …]
77 private InputManager mIm; field in VibratorService227 mIm = mContext.getSystemService(InputManager.class); in systemReady()558 mIm.registerInputDeviceListener(this, mH); in updateInputDeviceVibrators()563 mIm.unregisterInputDeviceListener(this); in updateInputDeviceVibrators()569 int[] ids = mIm.getInputDeviceIds(); in updateInputDeviceVibrators()571 InputDevice device = mIm.getInputDevice(ids[i]); in updateInputDeviceVibrators()
110 private final InputManager mIm; field in PointerLocationView140 mIm = c.getSystemService(InputManager.class); in PointerLocationView()724 mIm.registerInputDeviceListener(this, getHandler()); in onAttachedToWindow()732 mIm.unregisterInputDeviceListener(this); in onDetachedFromWindow()758 InputDevice device = mIm.getInputDevice(deviceId); in logInputDeviceState()