Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java166 private int mContentInsetEndWithActions; field in Toolbar
282 mContentInsetEndWithActions = a.getDimensionPixelOffset( in Toolbar()
1256 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
1257 ? mContentInsetEndWithActions in getContentInsetEndWithActions()
1277 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1278 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
1314 ? Math.max(getContentInsetEnd(), Math.max(mContentInsetEndWithActions, 0)) in getCurrentContentInsetEnd()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java174 private int mContentInsetEndWithActions; field in Toolbar
295 mContentInsetEndWithActions = a.getDimensionPixelOffset( in Toolbar()
1261 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
1262 ? mContentInsetEndWithActions in getContentInsetEndWithActions()
1282 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1283 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
1319 ? Math.max(getContentInsetEnd(), Math.max(mContentInsetEndWithActions, 0)) in getCurrentContentInsetEnd()