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

/frameworks/base/core/java/android/widget/
H A DToolbar.java227 final int contentInsetRight =
230 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
935 * @param contentInsetRight Content inset for the toolbar's right edge
943 public void setContentInsetsAbsolute(int contentInsetLeft, int contentInsetRight) { argument
944 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java238 final int contentInsetRight =
241 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);
939 * @param contentInsetRight Content inset for the toolbar's right edge
947 public void setContentInsetsAbsolute(int contentInsetLeft, int contentInsetRight) { argument
948 mContentInsets.setAbsolute(contentInsetLeft, contentInsetRight);

Completed in 128 milliseconds