Searched refs:mContentInsetEndWithActions (Results 1 – 2 of 2) sorted by relevance
174 private int mContentInsetEndWithActions; field in Toolbar294 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()
167 private int mContentInsetEndWithActions; field in Toolbar284 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()