Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java1554 final int upTop = vCenter - upHeight / 2; in onLayout() local
1555 final int upBottom = upTop + upHeight; in onLayout()
1567 mUpView.layout(upLeft, upTop, upRight, upBottom); in onLayout()