Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java112 int heightFromConfig = SystemBarUtils.getStatusBarHeight(mContext); in refreshStatusBarHeight() local
114 if (mBarHeight != heightFromConfig) { in refreshStatusBarHeight()
115 mBarHeight = heightFromConfig; in refreshStatusBarHeight()