Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java73 launcher.getRotationHelper().setRotationHadDifferentUI(m != Mode.NO_BUTTON); in enableLiveUIChanges()
77 launcher.getRotationHelper().setRotationHadDifferentUI(m != Mode.NO_BUTTON); in enableLiveUIChanges()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java96 public void setRotationHadDifferentUI(boolean rotationHasDifferentUI) { in setRotationHadDifferentUI() method in RotationHelper