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.java1389 private int mUpWidth; field in ActionBarView.HomeView
1491 return mUpWidth; in getUpWidth()
1499 mUpWidth = mUpView.getMeasuredWidth(); in onMeasure()
1500 mStartOffset = mUpWidth + upMargins; in onMeasure()