Home
last modified time | relevance | path

Searched refs:DragLocalState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java1182 DragLocalState localState = new DragLocalState(mTextView, start, end); in startDragAndDrop()
2647 private static class DragLocalState { class in Editor
2651 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState
2684 DragLocalState dragLocalState = null; in onDrop()
2685 if (localState instanceof DragLocalState) { in onDrop()
2686 dragLocalState = (DragLocalState) localState; in onDrop()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81225 Landroid/widget/Editor$DragLocalState;-><init>(Landroid/widget/TextView;II)V
81226 Landroid/widget/Editor$DragLocalState;->end:I
81227 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;
81228 Landroid/widget/Editor$DragLocalState;->start:I