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.java36 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
72 TASK_SECONDARY_TRANSLATION.set(mRecentsView, 0f); in setState()
109 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setStateWithAnimationInternal()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java35 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
107 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setProperties()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java29 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
250 TASK_SECONDARY_TRANSLATION); in createActivityInterface()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAnimatorControllerWithResistance.java22 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
271 TASK_SECONDARY_TRANSLATION) in createRecentsResistanceFromOverviewAnim()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java56 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;
285 TASK_SECONDARY_TRANSLATION); in setupOverviewAnimators()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java340 public static final FloatProperty<RecentsView> TASK_SECONDARY_TRANSLATION = field in RecentsView