Home
last modified time | relevance | path

Searched refs:TASK_SECONDARY_TRANSLATION (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java32 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
67 TASK_SECONDARY_TRANSLATION.set(mRecentsView, 0f); in setState()
98 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java30 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
91 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setProperties()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java21 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
209 TASK_SECONDARY_TRANSLATION) in createRecentsResistanceFromOverviewAnim()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java49 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
259 TASK_SECONDARY_TRANSLATION); in setupOverviewAnimators()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java30 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
451 TASK_SECONDARY_TRANSLATION); in createActivityInterface()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java266 public static final FloatProperty<RecentsView> TASK_SECONDARY_TRANSLATION = field in RecentsView