Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4692 final OptionalInt curRequest = mHwController.getCurrentRequestId(); in resetStylusHandwriting() local
4693 if (!curRequest.isPresent() || curRequest.getAsInt() != requestId) { in resetStylusHandwriting()