Searched refs:DragLocalState (Results 1 – 2 of 2) sorted by relevance
1182 DragLocalState localState = new DragLocalState(mTextView, start, end); in startDragAndDrop()2647 private static class DragLocalState { class in Editor2651 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState2684 DragLocalState dragLocalState = null; in onDrop()2685 if (localState instanceof DragLocalState) { in onDrop()2686 dragLocalState = (DragLocalState) localState; in onDrop()
81225 Landroid/widget/Editor$DragLocalState;-><init>(Landroid/widget/TextView;II)V81226 Landroid/widget/Editor$DragLocalState;->end:I81227 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;81228 Landroid/widget/Editor$DragLocalState;->start:I