Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarDisplayAreaController.java128 private int mScreenHeightWithoutNavBar; field in CarDisplayAreaController
224 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 …]