Home
last modified time | relevance | path

Searched refs:mContentInsetEndWithActions (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java174 private int mContentInsetEndWithActions; field in Toolbar
294 mContentInsetEndWithActions = a.getDimensionPixelOffset( in Toolbar()
1266 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
1267 ? mContentInsetEndWithActions in getContentInsetEndWithActions()
1287 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1288 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
1324 ? Math.max(getContentInsetEnd(), Math.max(mContentInsetEndWithActions, 0)) in getCurrentContentInsetEnd()
/frameworks/base/core/java/android/widget/
DToolbar.java167 private int mContentInsetEndWithActions; field in Toolbar
284 mContentInsetEndWithActions = a.getDimensionPixelOffset( in Toolbar()
1280 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
1281 ? mContentInsetEndWithActions in getContentInsetEndWithActions()
1301 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1302 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
1338 ? Math.max(getContentInsetEnd(), Math.max(mContentInsetEndWithActions, 0)) in getCurrentContentInsetEnd()