Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DParcelableHandwritingGesture.java32 private final HandwritingGesture mGesture; field in ParcelableHandwritingGesture
37 mGesture = gesture; in ParcelableHandwritingGesture()
59 return mGesture; in get()
108 dest.writeInt(mGesture.getGestureType()); in writeToParcel()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java126 private PipTouchGesture mGesture; field in PipTouchHandler
191 mGesture = new DefaultPipTouchGesture(); in PipTouchHandler()
289 mGesture = gesture; in setTouchGesture()
554 mGesture.onDown(mTouchState); in handleTouchEvent()
558 if (mGesture.onMove(mTouchState)) { in handleTouchEvent()
570 if (mGesture.onUp(mTouchState)) { in handleTouchEvent()