Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DRotationHelper.java53 public static final int REQUEST_LOCK = 2; field in RotationHelper
185 activityFlags = mStateHandlerRequest == REQUEST_LOCK ? in notifyChange()
188 activityFlags = mCurrentTransitionRequest == REQUEST_LOCK ? in notifyChange()
190 } else if (mCurrentStateRequest == REQUEST_LOCK) { in notifyChange()
DSpringLoadedState.java19 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;
89 launcher.getRotationHelper().setCurrentStateRequest(REQUEST_LOCK); in onStateEnabled()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DBaseItemDragListener.java20 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;
85 launcher.getRotationHelper().setStateHandlerRequest(REQUEST_LOCK); in init()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java24 import static com.android.launcher3.states.RotationHelper.REQUEST_LOCK;
195 mLauncher.getRotationHelper().setCurrentTransitionRequest(REQUEST_LOCK); in onAttachedToWindow()