Home | History | Annotate | Download | only in widget

Lines Matching defs:getContentInsetStart

1109      * @see #getContentInsetStart()
1137 public int getContentInsetStart() {
1152 * @see #getContentInsetStart()
1172 * @see #getContentInsetStart()
1195 * @see #getContentInsetStart()
1215 * @see #getContentInsetStart()
1229 * {@link #getContentInsetStart()} and this value will be used during layout.</p>
1239 : getContentInsetStart();
1247 * {@link #getContentInsetStart()} and this value will be used during layout.</p>
1319 ? Math.max(getContentInsetStart(), Math.max(mContentInsetStartWithNavigation, 0))
1320 : getContentInsetStart();