Searched refs:contentInsetStart (Results 1 – 5 of 5) sorted by relevance
274 final int contentInsetStart = in Toolbar() local288 if (contentInsetStart != 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()1730 final int contentInsetStart = getCurrentContentInsetStart(); in onMeasure() local1731 width += Math.max(contentInsetStart, navWidth); in onMeasure()1732 collapsingMargins[marginStartIndex] = Math.max(0, contentInsetStart - navWidth); in onMeasure()
145 final int contentInsetStart = a.getDimensionPixelOffset( in ToolbarWidgetWrapper() local149 if (contentInsetStart >= 0 || contentInsetEnd >= 0) { in ToolbarWidgetWrapper()150 mToolbar.setContentInsetsRelative(Math.max(contentInsetStart, 0), in ToolbarWidgetWrapper()
444 field public static final int contentInsetStart = 16843859; // 0x1010453
464 field public static final int contentInsetStart = 16843859; // 0x1010453
96525 Lcom/android/internal/R$attr;->contentInsetStart:I