Searched refs:hintLayout (Results 1 – 1 of 1) sorted by relevance
1494 Layout hintLayout = mTextView.getHintLayout(); in updateCursorsPositions() local1510 getPrimaryHorizontal(layout, hintLayout, offset, clamped)); in updateCursorsPositions()1518 private float getPrimaryHorizontal(Layout layout, Layout hintLayout, int offset, in getPrimaryHorizontal() argument1521 hintLayout != null && in getPrimaryHorizontal()1522 !TextUtils.isEmpty(hintLayout.getText())) { in getPrimaryHorizontal()1523 return hintLayout.getPrimaryHorizontal(offset, clamped); in getPrimaryHorizontal()