Searched refs:REQUEST_NONE (Results 1 – 4 of 4) sorted by relevance
51 public static final int REQUEST_NONE = 0; field in RotationHelper64 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()
21 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;184 mLauncher.getRotationHelper().setStateHandlerRequest(REQUEST_NONE); in removeListener()
40 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;274 launcher.getRotationHelper().setCurrentStateRequest(REQUEST_NONE);
32 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;413 mRotationHelper.setCurrentTransitionRequest(REQUEST_NONE); in onEnterAnimationComplete()