Searched refs:getLayoutEnd (Results 1 – 1 of 1) sorted by relevance
191 canvas.drawRect(getActualPaddingStart(), 0, getLayoutEnd(), getHeight(), paint); in onDraw()390 float layoutEnd = getLayoutEnd(); in calculateIconTranslations()459 if (center && translationX < getLayoutEnd()) { in calculateIconTranslations()468 float availableSpace = getLayoutEnd() - getActualPaddingStart(); in calculateIconTranslations()474 float deltaIgnoringOverflow = (getLayoutEnd() - mVisualOverflowStart) / 2; in calculateIconTranslations()503 private float getLayoutEnd() { in getLayoutEnd() method574 return getLayoutEnd() - mOverflowWidth; in getMaxOverflowStart()