Searched defs:mNavigationBarCanMove (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java467 boolean mNavigationBarCanMove = false; // can the navigation bar ever move to the side? field in class:PhoneWindowManager
2210 mNavigationBarCanMove = width != height && shortSizeDp < 600;
2726 if (mNavigationBarCanMove && fullWidth > fullHeight) {
2748 if (!mNavigationBarCanMove || fullWidth < fullHeight) {
4676 if (mNavigationBarCanMove && displayWidth > displayHeight) {
6954 if (!mNavigationBarCanMove) {
8165 if (!mNavigationBarCanMove) {

Completed in 60 milliseconds