Searched refs:getCharacterWidth (Results 1 – 2 of 2) sorted by relevance
418 private int getCharacterWidth(TextView widget) { in getCharacterWidth() method in BaseMovementMethod470 scrollX = Math.max(scrollX - getCharacterWidth(widget) * amount, minScrollX); in scrollLeft()491 scrollX = Math.min(scrollX + getCharacterWidth(widget) * amount, maxScrollX); in scrollRight()
70321 Landroid/text/method/BaseMovementMethod;->getCharacterWidth(Landroid/widget/TextView;)I