Home
last modified time | relevance | path

Searched refs:overviewButtonBarHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java542 int overviewButtonBarHeight = getOverviewModeButtonBarHeight(); in layout() local
551 lp.height = overviewButtonBarHeight; in layout()
DWorkspace.java2089 int overviewButtonBarHeight = grid.getOverviewModeButtonBarHeight(); in getOverviewModeTranslationY() local
2095 int overviewBottom = getViewportHeight() - mInsets.bottom - overviewButtonBarHeight; in getOverviewModeTranslationY()