Searched refs:getLayoutEnd (Results 1 – 1 of 1) sorted by relevance
183 canvas.drawRect(getActualPaddingStart(), 0, getLayoutEnd(), getHeight(), paint); in onDraw()378 float layoutEnd = getLayoutEnd(); in calculateIconTranslations()442 if (center && translationX < getLayoutEnd()) { in calculateIconTranslations()451 float availableSpace = getLayoutEnd() - getActualPaddingStart(); in calculateIconTranslations()457 float deltaIgnoringOverflow = (getLayoutEnd() - mVisualOverflowStart) / 2; in calculateIconTranslations()486 private float getLayoutEnd() { in getLayoutEnd() method554 return getLayoutEnd() - mOverflowWidth; in getMaxOverflowStart()