Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java877 DragLocalState localState = new DragLocalState(mTextView, start, end); in performLongClick()
1824 private static class DragLocalState { class in Editor
1828 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState
1847 DragLocalState dragLocalState = null; in onDrop()
1848 if (localState instanceof DragLocalState) { in onDrop()
1849 dragLocalState = (DragLocalState) localState; in onDrop()