Searched refs:mBarHeight (Results 1 – 1 of 1) sorted by relevance
77 private int mBarHeight = -1; field in StatusBarWindowController110 if (mBarHeight < 0) { in StatusBarWindowController()111 mBarHeight = SystemBarUtils.getStatusBarHeight(mContext); in StatusBarWindowController()120 return mBarHeight; in getStatusBarHeight()132 if (mBarHeight != heightFromConfig) { in refreshStatusBarHeight()133 mBarHeight = heightFromConfig; in refreshStatusBarHeight()314 state.mIsLaunchAnimationRunning ? ViewGroup.LayoutParams.MATCH_PARENT : mBarHeight;