Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1164 DragLocalState localState = new DragLocalState(mTextView, start, end); in startDragAndDrop()
2616 private static class DragLocalState { class in Editor
2620 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState
2653 DragLocalState dragLocalState = null; in onDrop()
2654 if (localState instanceof DragLocalState) { in onDrop()
2655 dragLocalState = (DragLocalState) localState; in onDrop()
/frameworks/base/config/
Dhiddenapi-private-dex.txt101372 Landroid/widget/Editor$DragLocalState;
101373 Landroid/widget/Editor$DragLocalState;-><init>(Landroid/widget/TextView;II)V
101374 Landroid/widget/Editor$DragLocalState;->end:I
101375 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;
101376 Landroid/widget/Editor$DragLocalState;->start:I