Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1318 DragLocalState localState = new DragLocalState(mTextView, start, end); in startDragAndDrop()
2793 private static class DragLocalState { class in Editor
2797 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() method in Editor.DragLocalState
2830 DragLocalState dragLocalState = null; in onDrop()
2831 if (localState instanceof DragLocalState) { in onDrop()
2832 dragLocalState = (DragLocalState) localState; in onDrop()