Searched refs:contentInsetEnd (Results 1 – 5 of 5) sorted by relevance
277 final int contentInsetEnd = in Toolbar() local289 contentInsetEnd != RtlSpacingHelper.UNDEFINED) { in Toolbar()290 mContentInsets.setRelative(contentInsetStart, contentInsetEnd); in Toolbar()1232 public void setContentInsetsRelative(int contentInsetStart, int contentInsetEnd) { in setContentInsetsRelative() argument1234 mContentInsets.setRelative(contentInsetStart, contentInsetEnd); in setContentInsetsRelative()1744 final int contentInsetEnd = getCurrentContentInsetEnd(); in onMeasure() local1745 width += Math.max(contentInsetEnd, menuWidth); in onMeasure()1746 collapsingMargins[marginEndIndex] = Math.max(0, contentInsetEnd - menuWidth); in onMeasure()
147 final int contentInsetEnd = a.getDimensionPixelOffset( in ToolbarWidgetWrapper() local149 if (contentInsetStart >= 0 || contentInsetEnd >= 0) { in ToolbarWidgetWrapper()151 Math.max(contentInsetEnd, 0)); in ToolbarWidgetWrapper()
441 field public static final int contentInsetEnd = 16843860; // 0x1010454
460 field public static final int contentInsetEnd = 16843860; // 0x1010454
96521 Lcom/android/internal/R$attr;->contentInsetEnd:I