Searched defs:contentInsetStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DToolbar.java263 final int contentInsetStart =
277 if (contentInsetStart != RtlSpacingHelper.UNDEFINED ||
279 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1105 * @param contentInsetStart Content inset for the toolbar starting edge
1116 public void setContentInsetsRelative(int contentInsetStart, int contentInsetEnd) { argument
1118 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1608 final int contentInsetStart = getCurrentContentInsetStart();
1609 width += Math.max(contentInsetStart, navWidth);
1610 collapsingMargins[marginStartIndex] = Math.max(0, contentInsetStart - navWidth);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java273 final int contentInsetStart =
287 if (contentInsetStart != RtlSpacingHelper.UNDEFINED ||
289 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1091 * @param contentInsetStart Content inset for the toolbar starting edge
1102 public void setContentInsetsRelative(int contentInsetStart, int contentInsetEnd) { argument
1104 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1608 final int contentInsetStart = getCurrentContentInsetStart();
1609 width += Math.max(contentInsetStart, navWidth);
1610 collapsingMargins[marginStartIndex] = Math.max(0, contentInsetStart - navWidth);

Completed in 134 milliseconds