Searched refs:mNavigationBarCanMove (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java454 boolean mNavigationBarCanMove = false; // can the navigation bar ever move to the side? field in class:PhoneWindowManager
2230 mNavigationBarCanMove = width != height && shortSizeDp < 600;
2744 if (mNavigationBarCanMove && fullWidth > fullHeight) {
2766 if (!mNavigationBarCanMove || fullWidth < fullHeight) {
4703 if (mNavigationBarCanMove && displayWidth > displayHeight) {
7060 if (!mNavigationBarCanMove) {
8271 if (!mNavigationBarCanMove) {

Completed in 87 milliseconds