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

/frameworks/base/core/java/android/widget/
H A DEditor.java3332 private class SelectionStartHandleView extends HandleView { class in class:Editor
3334 public SelectionStartHandleView(Drawable drawableLtr, Drawable drawableRtl) { method in class:Editor.SelectionStartHandleView
3490 private SelectionStartHandleView mStartHandle;
3527 mStartHandle = new SelectionStartHandleView(mSelectHandleLeft, mSelectHandleRight);

Completed in 24 milliseconds