Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java878 int actualLine = getLineCount() - (line + 1); in calculateOffsetFromBottom() local
879 return -((actualLine * ((int) mChipHeight) + getPaddingBottom()) + getPaddingTop()) in calculateOffsetFromBottom()