Searched refs:navBarSize (Results 1 – 3 of 3) sorted by relevance
372 int navBarSize = in computeNonDecorInsets() local375 outInsets.bottom = Math.max(insets.bottom , navBarSize); in computeNonDecorInsets()377 outInsets.right = Math.max(insets.right , navBarSize); in computeNonDecorInsets()379 outInsets.left = Math.max(insets.left , navBarSize); in computeNonDecorInsets()
168 int navBarSize = mIsHorizontalDivision ? mInsets.bottom : mInsets.right; in isSplitScreenFeasible() local172 int availableSpace = size - navBarSize - statusBarSize - mDividerSize; in isSplitScreenFeasible()
1129 int navBarSize = getNavBarSize(mLastBottomInset, mLastRightInset, mLastLeftInset); in updateColorViews() local1131 mWindow.mNavigationBarDividerColor, navBarSize, in updateColorViews()