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()130 if (mBarHeight != heightFromConfig) { in refreshStatusBarHeight()131 mBarHeight = heightFromConfig; in refreshStatusBarHeight()309 state.mIsLaunchAnimationRunning ? ViewGroup.LayoutParams.MATCH_PARENT : mBarHeight;