Searched refs:getActualWidth (Results 1 – 3 of 3) sorted by relevance
152 int width = (int) Math.max(getActualWidth(), getActualHeight() * mAspectRatio); in onDraw()154 int left = (int) ((getActualWidth() - width) / 2.0f); in onDraw()162 int right = getActualWidth(); in getRoundedRectPath()248 public int getActualWidth() {
79 setStartActualWidth(otherMessage.getActualWidth()); in transformViewFrom()
487 return getActualWidth() - getActualPaddingEnd(); in getLayoutEnd()535 public int getActualWidth() { in getActualWidth() method