Searched refs:REQUEST_NONE (Results 1 – 3 of 3) sorted by relevance
55 public static final int REQUEST_NONE = 0; field in RotationHelper71 private int mStateHandlerRequest = REQUEST_NONE;75 private int mCurrentTransitionRequest = REQUEST_NONE;79 private int mCurrentStateRequest = REQUEST_NONE;183 if (mStateHandlerRequest != REQUEST_NONE) { in notifyChange()186 } else if (mCurrentTransitionRequest != REQUEST_NONE) { in notifyChange()
21 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;173 mLauncher.getRotationHelper().setStateHandlerRequest(REQUEST_NONE); in removeListener()
59 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;575 mRotationHelper.setCurrentTransitionRequest(REQUEST_NONE); in onEnterAnimationComplete()1111 getRotationHelper().setCurrentStateRequest(REQUEST_NONE); in onStateSetEnd()