Home
last modified time | relevance | path

Searched refs:mHwController (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java395 private final HandwritingModeController mHwController; field in InputMethodManagerService
1322 mHwController = new HandwritingModeController(mContext, thread.getLooper(), in InputMethodManagerService()
2068 mHwController.setInkWindowInitializer(new InkWindowInitializer()); in attachNewInputLocked()
3288 mHwController.prepareStylusHandwritingDelegation( in startConnectionlessStylusHandwriting()
3327 mHwController.clearPendingHandwritingDelegation(); in startStylusHandwriting()
3347 final OptionalInt requestId = mHwController.getCurrentRequestId(); in startStylusHandwriting()
3352 if (!mHwController.isStylusGestureOngoing()) { in startStylusHandwriting()
3357 if (mHwController.hasOngoingStylusHandwritingSession()) { in startStylusHandwriting()
3437 if (mHwController.isDelegationUsingConnectionlessFlow()) { in acceptStylusHandwritingDelegation()
3443 mHwController.clearPendingHandwritingDelegation(); in acceptStylusHandwritingDelegation()
[all …]