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

/frameworks/base/core/java/android/widget/
H A DEditor.java1425 Layout hintLayout = mTextView.getHintLayout();
1439 updateCursorPosition(0, top, middle, getPrimaryHorizontal(layout, hintLayout, offset));
1446 private float getPrimaryHorizontal(Layout layout, Layout hintLayout, int offset) { argument
1448 hintLayout != null &&
1449 !TextUtils.isEmpty(hintLayout.getText())) {
1450 return hintLayout.getPrimaryHorizontal(offset);

Completed in 57 milliseconds