Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java70 protected BaseActivityInterface(boolean rotationSupportedByActivity, in BaseActivityInterface() argument
72 this.rotationSupportedByActivity = rotationSupportedByActivity; in BaseActivityInterface()
DBaseContainerInterface.java60 public boolean rotationSupportedByActivity = false; field in BaseContainerInterface
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java156 mFlags = mContainerInterface.rotationSupportedByActivity in RecentsOrientedState()