Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java130 int heightFromConfig = SystemBarUtils.getStatusBarHeight(mContext); in refreshStatusBarHeight() local
132 if (mBarHeight != heightFromConfig) { in refreshStatusBarHeight()
133 mBarHeight = heightFromConfig; in refreshStatusBarHeight()