Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHandwritingModeController.java72 private ArrayList<MotionEvent> mHandwritingBuffer; field in HandwritingModeController
118 if (mHandwritingBuffer == null) { in initializeHandwritingSpy()
168 if (mHandwritingBuffer == null) { in prepareStylusHandwritingDelegation()
193 if (mHandwritingBuffer != null) { in scheduleHandwritingDelegationTimeout()
195 mHandwritingBuffer.clear(); in scheduleHandwritingDelegationTimeout()
196 mHandwritingBuffer.trimToSize(); in scheduleHandwritingDelegationTimeout()
281 mHandwritingBuffer); in startHandwritingSession()
305 if (mHandwritingBuffer != null) { in reset()
307 mHandwritingBuffer.clear(); in reset()
309 mHandwritingBuffer = null; in reset()
[all …]