Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1283 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument
1284 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()
1285 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
1287 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1288 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()
/frameworks/base/core/java/android/widget/
DToolbar.java1297 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument
1298 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()
1299 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
1301 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1302 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()