Home | History | Annotate | Download | only in widget

Lines Matching defs:getContentInsetEnd

1110      * @see #getContentInsetEnd()
1132 * @see #getContentInsetEnd()
1157 public int getContentInsetEnd() {
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(), Math.max(mContentInsetEndWithActions, 0))
1339 : getContentInsetEnd();