Searched refs:mNavigationBarCanMove (Results 1 – 1 of 1) sorted by relevance
358 boolean mNavigationBarCanMove = false; // can the navigation bar ever move to the side? field in PhoneWindowManager1846 mNavigationBarCanMove = width != height && shortSizeDp < 600; in setInitialDisplaySize()2464 if (mNavigationBarCanMove && fullWidth > fullHeight) { in getNonDecorDisplayWidth()2485 if (!mNavigationBarCanMove || fullWidth < fullHeight) { in getNonDecorDisplayHeight()4188 return !mNavigationBarCanMove || displayWidth < displayHeight; in isNavigationBarOnBottom()6445 if (!mNavigationBarCanMove) { in isDockSideAllowed()