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.java929 int indicatorY = height / 2 - indicatorIcon.getBounds().height() / 2; in createChipBitmap() local
930 indicatorIcon.getBounds().offsetTo(indicatorX, indicatorY); in createChipBitmap()