Searched defs:DragLocalState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java846 DragLocalState localState = new DragLocalState(mTextView, start, end);
1817 private static class DragLocalState { class in class:Editor
1821 public DragLocalState(TextView sourceTextView, int start, int end) { method in class:Editor.DragLocalState
1840 DragLocalState dragLocalState = null;
1841 if (localState instanceof DragLocalState) {
1842 dragLocalState = (DragLocalState) localState;

Completed in 378 milliseconds