Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1575 final int marginEndIndex; in onMeasure() local
1578 marginEndIndex = 0; in onMeasure()
1581 marginEndIndex = 1; in onMeasure()
1625 collapsingMargins[marginEndIndex] = Math.max(0, contentInsetEnd - menuWidth); in onMeasure()
/frameworks/base/core/java/android/widget/
DToolbar.java1577 final int marginEndIndex; in onMeasure() local
1580 marginEndIndex = 0; in onMeasure()
1583 marginEndIndex = 1; in onMeasure()
1624 collapsingMargins[marginEndIndex] = Math.max(0, contentInsetEnd - menuWidth); in onMeasure()