Searched refs:mDragSurface (Results 1 – 3 of 3) sorted by relevance
25995 if (mAttachInfo.mDragSurface != null) { in startDragAndDrop()25996 mAttachInfo.mDragSurface.release(); in startDragAndDrop()25998 mAttachInfo.mDragSurface = surface; in startDragAndDrop()26068 Canvas canvas = mAttachInfo.mDragSurface.lockCanvas(null); in updateDragShadow()26073 mAttachInfo.mDragSurface.unlockCanvasAndPost(canvas); in updateDragShadow()28751 public Surface mDragSurface; field in View.AttachInfo
6931 if (mAttachInfo.mDragSurface != null) {6932 mAttachInfo.mDragSurface.release();6933 mAttachInfo.mDragSurface = null;
77641 Landroid/view/View$AttachInfo;->mDragSurface:Landroid/view/Surface;