Home
last modified time | relevance | path

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

/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()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java176 private int mContentInsetEndWithActions; field in Toolbar
296 mContentInsetEndWithActions = a.getDimensionPixelOffset( in Toolbar()
1268 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
1269 ? mContentInsetEndWithActions in getContentInsetEndWithActions()
1289 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1290 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
1326 ? Math.max(getContentInsetEnd(), Math.max(mContentInsetEndWithActions, 0)) in getCurrentContentInsetEnd()
/frameworks/base/config/
Dhiddenapi-private-dex.txt106162 Landroid/widget/Toolbar;->mContentInsetEndWithActions:I