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.java186 totalWidth += getViewTotalMeasuredWidth(child) + spacing; in onMeasure()
193 totalWidth += getViewTotalMeasuredWidth(child) + spacing; in onMeasure()
437 private static int getViewTotalMeasuredWidth(View child) { in getViewTotalMeasuredWidth() method in StatusIconContainer