Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1419 public void setContentInsetEndWithActions(int insetEndWithActions) { in setContentInsetEndWithActions() argument
1420 if (insetEndWithActions < 0) { in setContentInsetEndWithActions()
1421 insetEndWithActions = RtlSpacingHelper.UNDEFINED; in setContentInsetEndWithActions()
1423 if (insetEndWithActions != mContentInsetEndWithActions) { in setContentInsetEndWithActions()
1424 mContentInsetEndWithActions = insetEndWithActions; in setContentInsetEndWithActions()