Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java176 private int mContentInsetEndWithActions; field in Toolbar
295 mContentInsetEndWithActions = a.getDimensionPixelOffset( in Toolbar()
1402 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
1403 ? mContentInsetEndWithActions in getContentInsetEndWithActions()
1423 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1424 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
1460 ? Math.max(getContentInsetEnd(), Math.max(mContentInsetEndWithActions, 0)) in getCurrentContentInsetEnd()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt91375 Landroid/widget/Toolbar;->mContentInsetEndWithActions:I