Searched defs:getNavigationBarWidth (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2711 private int getNavigationBarWidth(int rotation, int uiMode) { method in class:PhoneWindowManager
2727 return fullWidth - getNavigationBarWidth(rotation, uiMode);
4605 - getNavigationBarWidth(displayRotation, uiMode);
4630 int right = overscanLeft + getNavigationBarWidth(displayRotation, uiMode);
6938 outInsets.right = getNavigationBarWidth(displayRotation, mUiMode);
6940 outInsets.left = getNavigationBarWidth(displayRotation, mUiMode);

Completed in 65 milliseconds