Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java172 totalWidth += getViewTotalMeasuredWidth(child); in onMeasure()
179 totalWidth += getViewTotalMeasuredWidth(child); in onMeasure()
368 private static int getViewTotalMeasuredWidth(View child) { in getViewTotalMeasuredWidth() method in StatusIconContainer