HomeSort by relevance Sort by last modified time
    Searched refs:CursorController (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
CursorController.java 10 * A CursorController instance can be used to control a cursor in the text.
12 interface CursorController extends ViewTreeObserver.OnTouchModeChangeListener {
20 * @return true if the CursorController is currently visible
SelectionHandleController.java 14 * CursorController for selecting a range of text.
16 public abstract class SelectionHandleController implements CursorController {
HandleView.java 47 private final CursorController mController;
90 HandleView(CursorController controller, int pos, View parent,
InsertionHandleController.java 24 * CursorController for inserting text at the cursor position.
26 public abstract class InsertionHandleController implements CursorController {
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 54 milliseconds