Searched refs:mScreenHeightWithoutNavBar (Results 1 – 1 of 1) sorted by relevance
128 private int mScreenHeightWithoutNavBar; field in CarDisplayAreaController224 mScreenHeightWithoutNavBar = mTotalScreenHeight - mNavBarBounds.height(); in init()230 mForegroundDisplayTop = mScreenHeightWithoutNavBar - mDefaultDisplayHeight; in init()557 fromPos = mScreenHeightWithoutNavBar - mDefaultDisplayHeight in startAnimation()559 toPos = mScreenHeightWithoutNavBar + mTitleBarHeight; in startAnimation()571 fromPos = mScreenHeightWithoutNavBar + mTitleBarHeight; in startAnimation()572 toPos = mScreenHeightWithoutNavBar - mDefaultDisplayHeight in startAnimation()582 mScreenHeightWithoutNavBar - mControlBarDisplayHeight; in animateToControlBarState()621 mScreenHeightWithoutNavBar); in populateBounds()624 mScreenHeightWithoutNavBar - mControlBarDisplayHeight); in populateBounds()[all …]