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.java1556 final int upRight; in onLayout() local
1559 upRight = width; in onLayout()
1560 upLeft = upRight - upWidth; in onLayout()
1563 upRight = upWidth; in onLayout()
1567 mUpView.layout(upLeft, upTop, upRight, upBottom); in onLayout()