Home
last modified time | relevance | path

Searched refs:indicatorY (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java926 int indicatorY = height / 2 - indicatorIcon.getBounds().height() / 2; in createChipBitmap() local
927 indicatorIcon.getBounds().offsetTo(indicatorX, indicatorY); in createChipBitmap()