Searched refs:getLayoutEnd (Results 1 – 1 of 1) sorted by relevance
184 canvas.drawRect(getActualPaddingStart(), 0, getLayoutEnd(), getHeight(), paint); in onDraw()383 float layoutEnd = getLayoutEnd(); in calculateIconTranslations()447 if (center && translationX < getLayoutEnd()) { in calculateIconTranslations()456 float availableSpace = getLayoutEnd() - getActualPaddingStart(); in calculateIconTranslations()462 float deltaIgnoringOverflow = (getLayoutEnd() - mVisualOverflowStart) / 2; in calculateIconTranslations()491 private float getLayoutEnd() { in getLayoutEnd() method559 return getLayoutEnd() - mOverflowWidth; in getMaxOverflowStart()