Searched refs:mDragView (Results 1 – 3 of 3) sorted by relevance
43 private ImageView mDragView; field in TouchInterceptor97 if (mDragView != null) { in onInterceptTouchEvent()100 mDragView.getDrawingRect(r); in onInterceptTouchEvent()302 if ((mDragListener != null || mDropListener != null) && mDragView != null) { in onTouchEvent()308 mDragView.getDrawingRect(r); in onTouchEvent()397 mDragView = v; in startDragging()403 int width = mDragView.getWidth(); in dragView()416 mWindowManager.updateViewLayout(mDragView, mWindowParams); in dragView()419 int width = mDragView.getWidth(); in dragView()431 if (mDragView != null) { in stopDragging()[all …]
183 protected View mDragView; field in PagedView329 if (mDragView != null) { in updateDragViewTranslationDuringDrag()331 (mDragViewBaselineLeft - mDragView.getLeft()); in updateDragViewTranslationDuringDrag()333 mDragView.setTranslationX(x); in updateDragViewTranslationDuringDrag()334 mDragView.setTranslationY(y); in updateDragViewTranslationDuringDrag()1138 if (v == mDragView) continue; in dispatchDraw()1145 if (mDragView != null) { in dispatchDraw()1146 drawChild(canvas, mDragView, drawingTime); in dispatchDraw()1579 if (mDragView != null) { in getNearestHoverOverPageIndex()1580 int dragX = (int) (mDragView.getLeft() + (mDragView.getMeasuredWidth() / 2) in getNearestHoverOverPageIndex()[all …]
228 private ImageView mDragView; field in StaggeredGridView655 mDragView = new ImageView(context); in startDragging()656 mDragView.setImageBitmap(mDragBitmap); in startDragging()657 mDragView.setAlpha(160); in startDragging()667 mWindowManager.addView(mDragView, mWindowParams); in startDragging()739 if (mDragView != null) { in updateReorderStates()740 mDragView.setVisibility(INVISIBLE); in updateReorderStates()741 mWindowManager.removeView(mDragView); in updateReorderStates()742 mDragView.setImageDrawable(null); in updateReorderStates()743 mDragView = null; in updateReorderStates()[all …]