Searched refs:REQUEST_LOCK (Results 1 – 4 of 4) sorted by relevance
53 public static final int REQUEST_LOCK = 2; field in RotationHelper185 activityFlags = mStateHandlerRequest == REQUEST_LOCK ? in notifyChange()188 activityFlags = mCurrentTransitionRequest == REQUEST_LOCK ? in notifyChange()190 } else if (mCurrentStateRequest == REQUEST_LOCK) { in notifyChange()
19 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;89 launcher.getRotationHelper().setCurrentStateRequest(REQUEST_LOCK); in onStateEnabled()
20 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;85 launcher.getRotationHelper().setStateHandlerRequest(REQUEST_LOCK); in init()
24 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;195 mLauncher.getRotationHelper().setCurrentTransitionRequest(REQUEST_LOCK); in onAttachedToWindow()