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

/frameworks/base/core/java/android/widget/
H A DEditor.java4790 private boolean isStartHandle() { method in class:Editor.SelectionHandleView
4796 if (isRtlRun == isStartHandle()) {
4805 return (isRtlRun == isStartHandle()) ? Gravity.LEFT : Gravity.RIGHT;
4810 return isStartHandle() ? mTextView.getSelectionStart() : mTextView.getSelectionEnd();
4815 if (isStartHandle()) {
4845 isStartHandle() ? mTextView.getSelectionEnd() : mTextView.getSelectionStart();
4849 if (isStartHandle() && initialOffset >= anotherHandleOffset
4850 || !isStartHandle() && initialOffset <= anotherHandleOffset) {
4891 if (isStartHandle()) {
4896 if (atRtl == isStartHandle()) {
[all...]

Completed in 795 milliseconds