Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DBaseRecentsViewStateController.java32 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
66 TASK_SECONDARY_TRANSLATION.set(mRecentsView, 0f); in setState()
97 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setStateWithAnimationInternal()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DFallbackRecentsStateController.java35 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
99 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setProperties()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DAnimatorControllerWithResistance.java21 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
222 TASK_SECONDARY_TRANSLATION) in createRecentsResistanceFromOverviewAnim()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNoButtonQuickSwitchTouchController.java49 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
262 TASK_SECONDARY_TRANSLATION); in setupOverviewAnimators()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DBaseActivityInterface.java30 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
477 TASK_SECONDARY_TRANSLATION); in createActivityInterface()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java290 public static final FloatProperty<RecentsView> TASK_SECONDARY_TRANSLATION = field in RecentsView