Searched refs:navBarSize (Results 1 – 3 of 3) sorted by relevance
153 int navBarSize = mIsHorizontalDivision ? mInsets.bottom : mInsets.right; in isSplitScreenFeasible() local157 int availableSpace = size - navBarSize - statusBarSize - mDividerSize; in isSplitScreenFeasible()290 int navBarSize = isHorizontalDivision ? mInsets.bottom : mInsets.right; in calculateTargets() local311 mTargets.add(new SnapTarget(dividerMax - navBarSize, dividerMax, in calculateTargets()
1158 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews() local1160 mWindow.mNavigationBarDividerColor, navBarSize, in updateColorViews()
301 int navBarSize = in computeNonDecorInsets() local304 outInsets.bottom = navBarSize; in computeNonDecorInsets()306 outInsets.right = navBarSize; in computeNonDecorInsets()308 outInsets.left = navBarSize; in computeNonDecorInsets()