Searched refs:getLayoutEnd (Results 1 – 1 of 1) sorted by relevance
144 canvas.drawRect(getActualPaddingStart(), 0, getLayoutEnd(), getHeight(), paint); in onDraw()294 float layoutEnd = getLayoutEnd(); in calculateIconTranslations()370 if (center && translationX < getLayoutEnd()) { in calculateIconTranslations()371 float delta = (getLayoutEnd() - translationX) / 2; in calculateIconTranslations()375 float deltaIgnoringOverflow = (getLayoutEnd() - visualOverflowStart) / 2; in calculateIconTranslations()394 private float getLayoutEnd() { in getLayoutEnd() method