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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java268 boolean mNavigationBarCanMove = false; // can the navigation bar ever move to the side? field in class:PhoneWindowManager
1009 mNavigationBarCanMove = true;
1013 mNavigationBarCanMove = false;
1454 if (mNavigationBarCanMove && fullWidth > fullHeight) {
1469 if (!mNavigationBarCanMove || fullWidth < fullHeight) {
2439 mNavigationBarOnBottom = (!mNavigationBarCanMove || displayWidth < displayHeight);

Completed in 83 milliseconds