Searched refs:innerWidth (Results 1 – 4 of 4) sorted by relevance
126 final int innerWidth = MeasureSpec.getSize(widthMeasureSpec) - mPaddingLeft - mPaddingRight; in onMeasure() local156 int availableWidth = innerWidth - usedWidth; in onMeasure()164 int widthReservedForOtherChildren = innerWidth * unmeasuredOtherChildren in onMeasure()170 usedWidthForChild = innerWidth - maxWidthForChild; in onMeasure()185 if (innerWidth - usedWidth > collapsibleIndent) { in onMeasure()
44 public TileDrawable(Drawable inner, int innerWidth, int innerHeight, int fadeOutDurationMs, in TileDrawable() argument48 mInnerWidth = innerWidth; in TileDrawable()
470 int innerWidth = (int) tv.getLayout().getLineWidth(0); in activateRemoteInput() local471 innerWidth += tv.getCompoundPaddingLeft() + tv.getCompoundPaddingRight(); in activateRemoteInput()472 width = Math.min(width, innerWidth); in activateRemoteInput()
956 final int innerWidth = viewWidth - mMinimumPaddings * 2; in updateSidePadding() local957 final int qsTileWidth = (innerWidth - mQsTilePadding * 3) / 4; in updateSidePadding()