Searched defs:mDragView (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Music/src/com/android/music/ |
H A D | TouchInterceptor.java | 40 private ImageView mDragView; field in class:TouchInterceptor 83 if (mDragView != null) { 86 mDragView.getDrawingRect(r); 271 if ((mDragListener != null || mDropListener != null) && mDragView != null) { 277 mDragView.getDrawingRect(r); 362 mDragView = v; 368 int width = mDragView.getWidth(); 378 mWindowManager.updateViewLayout(mDragView, mWindowParams); 382 if (mDragView != null) { 384 wm.removeView(mDragView); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | DragController.java | 97 private DragView mDragView; field in class:DragController 232 DragView dragView = mDragView = new DragView(mContext, b, registrationX, registrationY, 303 if (mDragView != null) { 304 mDragView.remove(); 305 mDragView = null; 392 mDragView.move((int)ev.getRawX(), (int)ev.getRawY()); 400 (int) mTouchOffsetX, (int) mTouchOffsetY, mDragView, mDragInfo); 404 (int) mTouchOffsetX, (int) mTouchOffsetY, mDragView, mDragInfo); 407 (int) mTouchOffsetX, (int) mTouchOffsetY, mDragView, mDragInfo); 412 (int) mTouchOffsetX, (int) mTouchOffsetY, mDragView, mDragInf [all...] |
Completed in 22 milliseconds