Searched refs:mIm (Results 1 – 3 of 3) sorted by relevance
107 private final IInputManager mIm; field in InputManagerGlobal110 mIm = im; in InputManagerGlobal()139 return mIm; in getInputManagerService()215 ids = mIm.getInputDeviceIds(); in populateInputDevicesLocked()402 mIm.enableInputDevice(id); in enableInputDevice()414 mIm.disableInputDevice(id); in disableInputDevice()1015 return mIm.getLights(deviceId); in getLights()1144 return mIm.isVibrating(deviceId); in isVibrating()1235 mIm.setPointerIconType(iconId); in setPointerIconType()1246 mIm.setCustomPointerIcon(icon); in setCustomPointerIcon()[all …]
73 private final IInputManager mIm; field in InputManager250 mIm = mGlobal.getInputManagerService(); in InputManager()387 return mIm.isInTabletMode(); in isInTabletMode()426 return mIm.isMicMuted(); in isMicMuted()446 return mIm.getKeyboardLayouts(); in getKeyboardLayouts()673 mIm.remapModifierKey(fromKey, toKey); in remapModifierKey()688 mIm.clearAllModifierKeyRemappings(); in clearAllModifierKeyRemappings()708 return mIm.getModifierKeyRemapping(); in getModifierKeyRemapping()854 mIm.tryPointerSpeed(speed); in tryPointerSpeed()1008 return mIm.verifyInputEvent(event); in verifyInputEvent()[all …]
127 private final InputManager mIm; field in PointerLocationView172 mIm = c.getSystemService(InputManager.class); in PointerLocationView()784 mIm.registerInputDeviceListener(this, getHandler()); in onAttachedToWindow()806 mIm.unregisterInputDeviceListener(this); in onDetachedFromWindow()840 InputDevice device = mIm.getInputDevice(deviceId); in logInputDeviceState()