Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java418 private int getCharacterWidth(TextView widget) { in getCharacterWidth() method in BaseMovementMethod
470 scrollX = Math.max(scrollX - getCharacterWidth(widget) * amount, minScrollX); in scrollLeft()
491 scrollX = Math.min(scrollX + getCharacterWidth(widget) * amount, maxScrollX); in scrollRight()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70321 Landroid/text/method/BaseMovementMethod;->getCharacterWidth(Landroid/widget/TextView;)I