Searched refs:REQUEST_NONE (Results 1 – 3 of 3) sorted by relevance
62 public static final int REQUEST_NONE = 0; field in RotationHelper79 private int mStateHandlerRequest = REQUEST_NONE;83 private int mCurrentTransitionRequest = REQUEST_NONE;87 private int mCurrentStateRequest = REQUEST_NONE;198 if (mStateHandlerRequest != REQUEST_NONE) { in notifyChange()201 } 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()
99 import static com.android.launcher3.states.RotationHelper.REQUEST_NONE;728 mRotationHelper.setCurrentTransitionRequest(REQUEST_NONE);1270 getRotationHelper().setCurrentStateRequest(REQUEST_NONE);