Searched refs:paddedWidth (Results 1 – 2 of 2) sorted by relevance
93 val paddedWidth = resources.displayMetrics.widthPixels - 2 * horizontalMargin in updateWidth() constant94 val maxWidth = maxWidth.coerceAtMost(paddedWidth) in updateWidth()
909 final int paddedWidth = paddedRight - paddingLeft; in onLayout() local911 if (paddedWidth == mPaddedWidth || paddedHeight == mPaddedHeight) { in onLayout()915 mPaddedWidth = paddedWidth; in onLayout()