Searched refs:hintLayout (Results 1 – 1 of 1) sorted by relevance
1457 Layout hintLayout = mTextView.getHintLayout(); in updateCursorsPositions() local1471 updateCursorPosition(0, top, middle, getPrimaryHorizontal(layout, hintLayout, offset)); in updateCursorsPositions()1478 private float getPrimaryHorizontal(Layout layout, Layout hintLayout, int offset) { in getPrimaryHorizontal() argument1480 hintLayout != null && in getPrimaryHorizontal()1481 !TextUtils.isEmpty(hintLayout.getText())) { in getPrimaryHorizontal()1482 return hintLayout.getPrimaryHorizontal(offset); in getPrimaryHorizontal()