Searched refs:mHandwritingSurface (Results 1 – 1 of 1) sorted by relevance
94 private HandwritingEventReceiverSurface mHandwritingSurface; field in HandwritingModeController134 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 …]