Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java78 public final boolean rotationSupportedByActivity; field in BaseActivityInterface
84 protected BaseActivityInterface(boolean rotationSupportedByActivity, in BaseActivityInterface() argument
86 this.rotationSupportedByActivity = rotationSupportedByActivity; in BaseActivityInterface()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java152 mFlags = sizeStrategy.rotationSupportedByActivity in RecentsOrientedState()