Home | History | Annotate | Download | only in widget

Lines Matching refs:contentInsetEnd

266         final int contentInsetEnd =
278 contentInsetEnd != RtlSpacingHelper.UNDEFINED) {
279 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1106 * @param contentInsetEnd Content inset for the toolbar ending edge
1116 public void setContentInsetsRelative(int contentInsetStart, int contentInsetEnd) {
1118 mContentInsets.setRelative(contentInsetStart, contentInsetEnd);
1622 final int contentInsetEnd = getCurrentContentInsetEnd();
1623 width += Math.max(contentInsetEnd, menuWidth);
1624 collapsingMargins[marginEndIndex] = Math.max(0, contentInsetEnd - menuWidth);