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

/frameworks/base/core/java/android/widget/
H A DEditor.java1593 final CursorController cursorController = mTextView.hasSelection()
5635 * A CursorController instance can be used to control a cursor in the text.
5637 private interface CursorController extends ViewTreeObserver.OnTouchModeChangeListener { interface in class:Editor
5662 private class InsertionPointCursorController implements CursorController {
5721 class SelectionModifierCursorController implements CursorController {

Completed in 45 milliseconds