Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1927 final int navHeightOffset = getNavigationBarFrameHeight(rotation, uimode) in layoutWindowLw() local
1929 if (navHeightOffset > 0) { in layoutWindowLw()
1930 cf.bottom -= navHeightOffset; in layoutWindowLw()
1931 sf.bottom -= navHeightOffset; in layoutWindowLw()
1932 vf.bottom -= navHeightOffset; in layoutWindowLw()
1933 dcf.bottom -= navHeightOffset; in layoutWindowLw()