Searched refs:TASK_SECONDARY_TRANSLATION (Results 1 – 6 of 6) sorted by relevance
36 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()
35 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;107 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setProperties()
29 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;250 TASK_SECONDARY_TRANSLATION); in createActivityInterface()
22 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;271 TASK_SECONDARY_TRANSLATION) in createRecentsResistanceFromOverviewAnim()
56 import static com.android.quickstep.views.RecentsView.TASK_SECONDARY_TRANSLATION;285 TASK_SECONDARY_TRANSLATION); in setupOverviewAnimators()
340 public static final FloatProperty<RecentsView> TASK_SECONDARY_TRANSLATION = field in RecentsView