Searched refs:mInputManagerInternal (Results 1 – 7 of 7) sorted by relevance
101 private final InputManagerInternal mInputManagerInternal; field in InputController121 mInputManagerInternal = LocalServices.getService(InputManagerInternal.class); in InputController()153 mInputManagerInternal.addKeyboardLayoutAssociation(phys, languageTag, in createKeyboard()160 mInputManagerInternal.removeKeyboardLayoutAssociation(phys); in createKeyboard()187 mInputManagerInternal.setTypeAssociation(phys, NAVIGATION_TOUCHPAD_DEVICE_TYPE); in createNavigationTouchpad()194 mInputManagerInternal.unsetTypeAssociation(phys); in createNavigationTouchpad()231 mInputManagerInternal.unsetTypeAssociation(phys); in closeInputDeviceDescriptorLocked()235 mInputManagerInternal.removeKeyboardLayoutAssociation(phys); in closeInputDeviceDescriptorLocked()253 mInputManagerInternal.setPointerIconVisible(visible, displayId); in setShowPointerIcon()257 mInputManagerInternal.setMousePointerAccelerationEnabled(enabled, displayId); in setMousePointerAccelerationEnabled()[all …]
76 private final InputManagerInternal mInputManagerInternal; field in HandwritingModeController105 mInputManagerInternal = LocalServices.getService(InputManagerInternal.class); in HandwritingModeController()131 final InputChannel channel = mInputManagerInternal.createInputChannel(name); in initializeHandwritingSpy()
345 final InputManagerInternal mInputManagerInternal; field in InputMethodManagerService1277 mInputManagerInternal = LocalServices.getService(InputManagerInternal.class); in InputMethodManagerService()2191 mInputManagerInternal.notifyInputMethodConnectionActive(connectionIsActive); in startInputUncheckedLocked()3073 mInputManagerInternal.onInputMethodSubtypeChangedForKeyboardLayoutMapping( in notifyInputMethodSubtypeChangedLocked()3558 int lastDeviceId = mInputManagerInternal.getLastUsedInputDeviceId(); in maybeReportToolType()5790 return mInputManagerInternal.transferTouchGesture(sourceInputToken, curHostInputToken); in transferTouchFocusToImeWindow()
135 private final InputManagerInternal mInputManagerInternal; field in Notifier209 mInputManagerInternal = LocalServices.getService(InputManagerInternal.class); in Notifier()504 mInputManagerInternal.setInteractive(interactive); in onGlobalWakefulnessChangeStarted()861 mInputManagerInternal.notifyUserActivity(); in sendUserActivity()
139 @Mock private InputManagerInternal mInputManagerInternal; field in TestPhoneWindowManager285 doReturn(mInputManagerInternal).when( in setUp()776 verify(mInputManagerInternal).toggleCapsLock(anyInt()); in assertToggleCapsLock()
438 InputManagerInternal mInputManagerInternal; field in PhoneWindowManager2212 mInputManagerInternal = LocalServices.getService(InputManagerInternal.class);2998 mInputManagerInternal.setStylusButtonMotionEventsEnabled(mStylusButtonsEnabled);3630 mInputManagerInternal.decrementKeyboardBacklight(event.getDeviceId());3636 mInputManagerInternal.incrementKeyboardBacklight(event.getDeviceId());3735 mInputManagerInternal.toggleCapsLock(event.getDeviceId());3767 mInputManagerInternal.toggleCapsLock(event.getDeviceId());
277 private InputManagerInternal mInputManagerInternal; field in DisplayManagerService760 mInputManagerInternal = LocalServices.getService(InputManagerInternal.class); in windowManagerAndInputReady()2737 if (mInputManagerInternal != null) { in performTraversalLocked()3106 if (mInputManagerInternal != null) { in updateViewportPowerStateLocked()3615 mInputManagerInternal.setDisplayViewports(mTempViewports); in handleMessage()