Searched refs:insetEndWithActions (Results 1 – 2 of 2) sorted by relevance
1283 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument1284 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()1285 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()1287 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()1288 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
1297 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument1298 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()1299 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()1301 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()1302 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()