Searched refs:TASK_SECONDARY_TRANSLATION (Results 1 – 6 of 6) sorted by relevance
32 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()
30 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;91 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setProperties()
21 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;209 TASK_SECONDARY_TRANSLATION) in createRecentsResistanceFromOverviewAnim()
49 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;259 TASK_SECONDARY_TRANSLATION); in setupOverviewAnimators()
30 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;451 TASK_SECONDARY_TRANSLATION); in createActivityInterface()
266 public static final FloatProperty<RecentsView> TASK_SECONDARY_TRANSLATION = field in RecentsView