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