Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DHandwritingModeController.java94 private HandwritingEventReceiverSurface mHandwritingSurface; field in HandwritingModeController
134 mHandwritingSurface != null ? mHandwritingSurface.getSurface() in initializeHandwritingSpy()
141 mHandwritingSurface = new HandwritingEventReceiverSurface( in initializeHandwritingSpy()
152 if (mHandwritingSurface == null) { in getCurrentRequestId()
163 mHandwritingSurface.setNotTouchable(notTouchable); in setNotTouchable()
180 return mHandwritingSurface != null && mHandwritingSurface.isIntercepting(); in hasOngoingStylusHandwritingSession()
290 if (mHandwritingSurface == null) { in startHandwritingSession()
315 .pilferPointers(mHandwritingSurface.getInputChannel().getToken()); in startHandwritingSession()
323 if (mHandwritingSurface.isIntercepting()) { in startHandwritingSession()
327 mHandwritingSurface.startIntercepting(imePid, imeUid); in startHandwritingSession()
[all …]