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

/frameworks/base/core/java/android/widget/
H A DEditor.java3490 private abstract class HandleView extends View implements TextViewPositionListener { class in class:Editor
3521 public HandleView(Drawable drawableLtr, Drawable drawableRtl) { method in class:Editor.HandleView
3674 // A HandleView relies on the layout, which may be nulled by external methods
3875 private class InsertionHandleView extends HandleView {
4053 private class SelectionStartHandleView extends HandleView {
4108 // HandleView will deal appropriately in positionAtCursorOffset when
4293 private class SelectionEndHandleView extends HandleView {
4348 // HandleView will deal appropriately in positionAtCursorOffset when

Completed in 30 milliseconds