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()
87041 Landroid/widget/Editor$DragLocalState;87042 Landroid/widget/Editor$DragLocalState;-><init>(Landroid/widget/TextView;II)V87043 Landroid/widget/Editor$DragLocalState;->end:I87044 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;87045 Landroid/widget/Editor$DragLocalState;->start:I