Home
last modified time | relevance | path

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

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