Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java1558 final int upRight; in onLayout() local
1561 upRight = width; in onLayout()
1562 upLeft = upRight - upWidth; in onLayout()
1565 upRight = upWidth; in onLayout()
1569 mUpView.layout(upLeft, upTop, upRight, upBottom); in onLayout()