Searched refs:bottomBarHeight (Results 1 – 3 of 3) sorted by relevance
1390 public void setHeadsUpBoundaries(int height, int bottomBarHeight) { in setHeadsUpBoundaries() argument1391 mView.setHeadsUpBoundaries(height, bottomBarHeight); in setHeadsUpBoundaries()
4866 public void setHeadsUpBoundaries(int height, int bottomBarHeight) { in setHeadsUpBoundaries() argument4867 mAmbientState.setMaxHeadsUpTranslation(height - bottomBarHeight); in setHeadsUpBoundaries()
2730 int bottomBarHeight = mBottomBar == null ? 0 : mBottomBar.getHeight();2732 int drawerBottom = mRect.bottom - bottomBarHeight;