Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java1550 int upOffset = 0; in onLayout() local
1555 upOffset = upLp.leftMargin + upWidth + upLp.rightMargin; in onLayout()
1563 r -= upOffset; in onLayout()
1567 l += upOffset; in onLayout()
1583 iconRight = width - upOffset - delta; in onLayout()
1586 iconLeft = upOffset + delta; in onLayout()