Searched refs:mContentInsetEndWithActions (Results 1 – 2 of 2) sorted by relevance
176 private int mContentInsetEndWithActions; field in Toolbar295 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()
91375 Landroid/widget/Toolbar;->mContentInsetEndWithActions:I