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

/frameworks/base/core/java/android/widget/
H A DEditor.java794 DragLocalState localState = new DragLocalState(mTextView, start, end);
1751 private static class DragLocalState { class in class:Editor
1755 public DragLocalState(TextView sourceTextView, int start, int end) { method in class:Editor.DragLocalState
1774 DragLocalState dragLocalState = null;
1775 if (localState instanceof DragLocalState) {
1776 dragLocalState = (DragLocalState) localState;

Completed in 48 milliseconds