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

/frameworks/base/core/java/android/widget/
H A DEditor.java1457 Layout hintLayout = mTextView.getHintLayout();
1471 updateCursorPosition(0, top, middle, getPrimaryHorizontal(layout, hintLayout, offset));
1478 private float getPrimaryHorizontal(Layout layout, Layout hintLayout, int offset) { argument
1480 hintLayout != null &&
1481 !TextUtils.isEmpty(hintLayout.getText())) {
1482 return hintLayout.getPrimaryHorizontal(offset);

Completed in 41 milliseconds