Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java224 mNavBarFrameHeight = getNavigationBarFrameHeight(res, mWidth > mHeight); in recalcInsets()
558 public static int getNavigationBarFrameHeight(Resources res, boolean landscape) { in getNavigationBarFrameHeight() method in DisplayLayout