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

/frameworks/base/core/java/android/widget/
H A DEditor.java5252 private boolean isStartHandle() { method in class:Editor.SelectionHandleView
5258 if (isRtlRun == isStartHandle()) {
5267 return (isRtlRun == isStartHandle()) ? Gravity.LEFT : Gravity.RIGHT;
5272 return isStartHandle() ? mTextView.getSelectionStart() : mTextView.getSelectionEnd();
5277 if (isStartHandle()) {
5307 isStartHandle() ? mTextView.getSelectionEnd() : mTextView.getSelectionStart();
5311 if (isStartHandle() && initialOffset >= anotherHandleOffset
5312 || !isStartHandle() && initialOffset <= anotherHandleOffset) {
5353 if (isStartHandle()) {
5358 if (atRtl == isStartHandle()) {
[all...]

Completed in 50 milliseconds