Searched refs:mIm (Results 1 – 3 of 3) sorted by relevance
69 private final IInputManager mIm; field in InputManager214 mIm = im; in InputManager()255 inputDevice = mIm.getInputDevice(id); in getInputDevice()287 inputDevice = mIm.getInputDevice(id); in getInputDeviceByDescriptor()387 return mIm.isInTabletMode(); in isInTabletMode()441 mIm.registerTabletModeChangedListener(listener); in initializeTabletModeListenerLocked()473 return mIm.getKeyboardLayouts(); in getKeyboardLayouts()495 return mIm.getKeyboardLayoutsForInputDevice(identifier); in getKeyboardLayoutsForInputDevice()516 return mIm.getKeyboardLayout(keyboardLayoutDescriptor); in getKeyboardLayout()533 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier); in getCurrentKeyboardLayoutForInputDevice()[all …]
89 private InputManager mIm; field in VibratorService244 mIm = mContext.getSystemService(InputManager.class); in systemReady()606 mIm.registerInputDeviceListener(this, mH); in updateInputDeviceVibratorsLocked()611 mIm.unregisterInputDeviceListener(this); in updateInputDeviceVibratorsLocked()617 int[] ids = mIm.getInputDeviceIds(); in updateInputDeviceVibratorsLocked()619 InputDevice device = mIm.getInputDevice(ids[i]); in updateInputDeviceVibratorsLocked()
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()