Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java233 if (isRecentsActivityRotationAllowed()) { in inferRecentsActivityRotation()
343 public boolean isRecentsActivityRotationAllowed() { in isRecentsActivityRotationAllowed() method in RecentsOrientedState
357 return (mFlags & FLAG_SYSTEM_ROTATION_ALLOWED) != 0 && isRecentsActivityRotationAllowed(); in canRecentsActivityRotate()
526 + " isRecentsActivityRotationAllowed=" + isRecentsActivityRotationAllowed() in toString()