Home
last modified time | relevance | path

Searched refs:mAllowSeamlessRotationDespiteNavBarMoving (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java260 private volatile boolean mAllowSeamlessRotationDespiteNavBarMoving; field in DisplayPolicy
2752 mAllowSeamlessRotationDespiteNavBarMoving =
3552 if (!navigationBarCanMove() && !mAllowSeamlessRotationDespiteNavBarMoving) { in shouldRotateSeamlessly()