Searched defs:mDragState (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java109 private int mDragState; field in class:ViewDragHelper
421 return mDragState;
513 if (mDragState == STATE_SETTLING) {
715 if (mDragState == STATE_SETTLING) {
749 return mDragState == STATE_SETTLING;
763 if (mDragState == STATE_DRAGGING) {
864 if (mDragState != state) {
865 mDragState = state;
963 if (toCapture == mCapturedView && mDragState == STATE_SETTLING) {
982 if (mDragState
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java560 DragState mDragState = null; field in class:WindowManagerService
625 && mDragState != null) {
641 mDragState.notifyMoveLw(newX, newY);
649 endDrag = mDragState.notifyDropLw(newX, newY);
663 mDragState.endDragLw();
6831 if (mDragState == null) {
6843 mDragState = new DragState(this, token, surface, /*flags*/ 0, winBinder);
6844 token = mDragState.mToken = new Binder();
6855 if (mDragState != null) {
6856 mDragState
[all...]

Completed in 183 milliseconds