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.java71 public final boolean rotationSupportedByActivity; field in BaseActivityInterface
75 protected BaseActivityInterface(boolean rotationSupportedByActivity, in BaseActivityInterface() argument
77 this.rotationSupportedByActivity = rotationSupportedByActivity; in BaseActivityInterface()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java159 mFlags = sizeStrategy.rotationSupportedByActivity in RecentsOrientedState()