Searched refs:getContentInsetEnd (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DToolbar.java1110 * @see #getContentInsetEnd()
1132 * @see #getContentInsetEnd()
1157 public int getContentInsetEnd() { method in class:Toolbar
1173 * @see #getContentInsetEnd()
1196 * @see #getContentInsetEnd()
1216 * @see #getContentInsetEnd()
1272 * {@link #getContentInsetEnd()} and this value will be used during layout.</p>
1282 : getContentInsetEnd();
1290 * {@link #getContentInsetEnd()} and this value will be used during layout.</p>
1338 ? Math.max(getContentInsetEnd(), Mat
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java1096 * @see #getContentInsetEnd()
1118 * @see #getContentInsetEnd()
1143 public int getContentInsetEnd() { method in class:Toolbar
1159 * @see #getContentInsetEnd()
1182 * @see #getContentInsetEnd()
1202 * @see #getContentInsetEnd()
1258 * {@link #getContentInsetEnd()} and this value will be used during layout.</p>
1268 : getContentInsetEnd();
1276 * {@link #getContentInsetEnd()} and this value will be used during layout.</p>
1324 ? Math.max(getContentInsetEnd(), Mat
[all...]

Completed in 57 milliseconds