Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java288 childState.xTranslation = translationX - getViewTotalWidth(child); in calculateIconTranslations()
291 translationX -= getViewTotalWidth(child); in calculateIconTranslations()
372 private static int getViewTotalWidth(View child) { in getViewTotalWidth() method in StatusIconContainer