Searched refs:insetEndWithActions (Results 1 – 2 of 2) sorted by relevance
1273 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument1274 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()1275 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()1277 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()1278 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
1278 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument1279 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()1280 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()1282 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()1283 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()