Home
last modified time | relevance | path

Searched refs:insetEndWithActions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DToolbar.java1273 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument
1274 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()
1275 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
1277 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1278 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1278 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument
1279 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()
1280 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
1282 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1283 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()