Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java51 public static final int REQUEST_NONE = 0; field in RotationHelper
64 private int mStateHandlerRequest = REQUEST_NONE;
68 private int mCurrentTransitionRequest = REQUEST_NONE;
72 private int mCurrentStateRequest = REQUEST_NONE;
102 || mStateHandlerRequest != REQUEST_NONE in homeScreenCanRotate()
184 if (mStateHandlerRequest != REQUEST_NONE) { in notifyChange()
187 } else if (mCurrentTransitionRequest != REQUEST_NONE) { in notifyChange()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DBaseItemDragListener.java21 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;
184 mLauncher.getRotationHelper().setStateHandlerRequest(REQUEST_NONE); in removeListener()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java40 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;
274 launcher.getRotationHelper().setCurrentStateRequest(REQUEST_NONE);
DLauncher.java32 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;
413 mRotationHelper.setCurrentTransitionRequest(REQUEST_NONE); in onEnterAnimationComplete()