Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java1553 final int marginEndIndex; in onMeasure() local
1556 marginEndIndex = 0; in onMeasure()
1559 marginEndIndex = 1; in onMeasure()
1600 collapsingMargins[marginEndIndex] = Math.max(0, contentInsetEnd - menuWidth); in onMeasure()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbar.java1570 final int marginEndIndex; in onMeasure() local
1573 marginEndIndex = 0; in onMeasure()
1576 marginEndIndex = 1; in onMeasure()
1620 collapsingMargins[marginEndIndex] = Math.max(0, contentInsetEnd - menuWidth); in onMeasure()