Home
last modified time | relevance | path

Searched refs:REQUEST_LOCK (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java64 public static final int REQUEST_LOCK = 2; field in RotationHelper
199 activityFlags = mStateHandlerRequest == REQUEST_LOCK ? in notifyChange()
202 activityFlags = mCurrentTransitionRequest == REQUEST_LOCK ? in notifyChange()
204 } else if (mCurrentStateRequest == REQUEST_LOCK) { in notifyChange()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DBaseItemDragListener.java20 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;
81 launcher.getRotationHelper().setStateHandlerRequest(REQUEST_LOCK); in init()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java98 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;
1217 getRotationHelper().setCurrentStateRequest(REQUEST_LOCK);