Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1390 public void setHeadsUpBoundaries(int height, int bottomBarHeight) { in setHeadsUpBoundaries() argument
1391 mView.setHeadsUpBoundaries(height, bottomBarHeight); in setHeadsUpBoundaries()
DNotificationStackScrollLayout.java4866 public void setHeadsUpBoundaries(int height, int bottomBarHeight) { in setHeadsUpBoundaries() argument
4867 mAmbientState.setMaxHeadsUpTranslation(height - bottomBarHeight); in setHeadsUpBoundaries()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java2730 int bottomBarHeight = mBottomBar == null ? 0 : mBottomBar.getHeight();
2732 int drawerBottom = mRect.bottom - bottomBarHeight;