HomeSort by relevance Sort by last modified time
    Searched refs:mDragView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 43 private ImageView mDragView;
97 if (mDragView != null) {
100 mDragView.getDrawingRect(r);
302 if ((mDragListener != null || mDropListener != null) && mDragView != null) {
308 mDragView.getDrawingRect(r);
397 mDragView = v;
403 int width = mDragView.getWidth();
416 mWindowManager.updateViewLayout(mDragView, mWindowParams);
419 int width = mDragView.getWidth();
431 if (mDragView != null)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 103 private DragView mDragView;
239 DragView dragView = mDragView = new DragView(mContext, b, registrationX, registrationY,
310 if (mDragView != null) {
311 mDragView.remove();
312 mDragView = null;
399 mDragView.move((int)ev.getRawX(), (int)ev.getRawY());
407 (int) mTouchOffsetX, (int) mTouchOffsetY, mDragView, mDragInfo);
411 (int) mTouchOffsetX, (int) mTouchOffsetY, mDragView, mDragInfo);
414 (int) mTouchOffsetX, (int) mTouchOffsetY, mDragView, mDragInfo);
419 (int) mTouchOffsetX, (int) mTouchOffsetY, mDragView, mDragInfo)
    [all...]

Completed in 48 milliseconds