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

/frameworks/base/core/java/android/widget/
H A DEditor.java826 DragLocalState localState = new DragLocalState(mTextView, start, end);
1783 private static class DragLocalState { class in class:Editor
1787 public DragLocalState(TextView sourceTextView, int start, int end) { method in class:Editor.DragLocalState
1806 DragLocalState dragLocalState = null;
1807 if (localState instanceof DragLocalState) {
1808 dragLocalState = (DragLocalState) localState;

Completed in 28 milliseconds