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