Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusIconContainer.java69 private int mIconDotFrameWidth; field in StatusIconContainer
111 mIconDotFrameWidth = getResources().getDimensionPixelSize( in reloadDimens()
117 mUnderflowWidth = mIconDotFrameWidth + (MAX_DOTS - 1) * (mStaticDotDiameter + mDotPadding); in reloadDimens()
384 int dotOffset = mUnderflowStart + mUnderflowWidth - mIconDotFrameWidth; in calculateIconTranslations()