Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1014 DragLocalState localState = new DragLocalState(mTextView, start, end); in performLongClick()
2140 private static class DragLocalState { class in Editor
2144 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState
2163 DragLocalState dragLocalState = null; in onDrop()
2164 if (localState instanceof DragLocalState) { in onDrop()
2165 dragLocalState = (DragLocalState) localState; in onDrop()