Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDividerSnapAlgorithm.java153 int navBarSize = mIsHorizontalDivision ? mInsets.bottom : mInsets.right; in isSplitScreenFeasible() local
157 int availableSpace = size - navBarSize - statusBarSize - mDividerSize; in isSplitScreenFeasible()
290 int navBarSize = isHorizontalDivision ? mInsets.bottom : mInsets.right; in calculateTargets() local
311 mTargets.add(new SnapTarget(dividerMax - navBarSize, dividerMax, in calculateTargets()
DDecorView.java1158 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews() local
1160 mWindow.mNavigationBarDividerColor, navBarSize, in updateColorViews()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java301 int navBarSize = in computeNonDecorInsets() local
304 outInsets.bottom = navBarSize; in computeNonDecorInsets()
306 outInsets.right = navBarSize; in computeNonDecorInsets()
308 outInsets.left = navBarSize; in computeNonDecorInsets()