Searched refs:buttonBarHeight (Results 1 – 1 of 1) sorted by relevance
266 final int buttonBarHeight = mButtonBarContainer.getHeight(); in showButtonBar() local267 final int contentHeight = mContent.getHeight() - buttonBarHeight; in showButtonBar()269 Math.min(buttonBarHeight, halfScreenHeight); in showButtonBar()274 Log.d(TAG, " buttonBarHeight: " + buttonBarHeight); in showButtonBar()282 if (contentHeight > (screenHeight - buttonBarHeight) in showButtonBar()283 || buttonBarHeight > halfScreenHeight) { in showButtonBar()287 generateButtonBarAnimator(buttonBarHeight, in showButtonBar()288 buttonBarHeight - buttonBarMaxHeight, 0, mButtonBarFloatingHeight, 1000); in showButtonBar()301 final int buttonBarHeight = mButtonBarContainer.getHeight(); in hideButtonBar() local303 final int offset = screenHeight + buttonBarHeight in hideButtonBar()[all …]