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