Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragDetector.java48 private boolean mResultOfDownAction; field in DragDetector
85 mResultOfDownAction = mEventHandler.handleMotionEvent(v, ev); in onMotionEvent()
86 return mResultOfDownAction; in onMotionEvent()
105 return mResultOfDownAction; in onMotionEvent()
126 mResultOfDownAction = false; in resetState()