Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java1387 private int mUpWidth; field in ActionBarView.HomeView
1489 return mUpWidth; in getUpWidth()
1497 mUpWidth = mUpView.getMeasuredWidth(); in onMeasure()
1498 mStartOffset = mUpWidth + upMargins; in onMeasure()