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.java43 public static final int REQUEST_LOCK = 2; field in RotationHelper
170 activityFlags = mStateHandlerRequest == REQUEST_LOCK ? in notifyChange()
173 activityFlags = mCurrentTransitionRequest == REQUEST_LOCK ? in notifyChange()
175 } 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.java55 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;
1036 getRotationHelper().setCurrentStateRequest(REQUEST_LOCK); in onStateSetStart()