Home
last modified time | relevance | path

Searched refs:TaskThumbnailViewDeprecated (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskThumbnailViewDeprecated.java72 public class TaskThumbnailViewDeprecated extends View implements ViewPool.Reusable { class
76 public static final Property<TaskThumbnailViewDeprecated, Float> DIM_ALPHA =
77 new FloatProperty<TaskThumbnailViewDeprecated>("dimAlpha") {
79 public void setValue(TaskThumbnailViewDeprecated thumbnail, float dimAlpha) {
84 public Float get(TaskThumbnailViewDeprecated thumbnailView) {
89 public static final Property<TaskThumbnailViewDeprecated, Float> SPLASH_ALPHA =
90 new FloatProperty<TaskThumbnailViewDeprecated>("splashAlpha") {
92 public void setValue(TaskThumbnailViewDeprecated thumbnail, float splashAlpha) {
97 public Float get(TaskThumbnailViewDeprecated thumbnailView) {
103 public static final Property<TaskThumbnailViewDeprecated, Float> SPLIT_SELECT_TRANSLATE_X =
[all …]
DDesktopTaskView.kt52 ViewPool<TaskThumbnailViewDeprecated>( in <lambda>()
179 val thumbnailViewDeprecated: TaskThumbnailViewDeprecated in <lambda>()
DTaskView.kt141 val thumbnailViews: Array<TaskThumbnailViewDeprecated> in <lambda>()
169 val firstThumbnailViewDeprecated: TaskThumbnailViewDeprecated in <lambda>()
682 val thumbnailViewDeprecated: TaskThumbnailViewDeprecated = findViewById(thumbnailViewId)!! in <lambda>()
1611 val thumbnailViewDeprecated: TaskThumbnailViewDeprecated, in <lambda>()
DTaskMenuView.java23 import static com.android.quickstep.views.TaskThumbnailViewDeprecated.DIM_ALPHA;
DRecentsView.java1079 TaskThumbnailViewDeprecated taskThumbnailViewDeprecated = in updateThumbnail()
4861 TaskThumbnailViewDeprecated thumbnail = taskContainer.getThumbnailViewDeprecated();
5962 TaskThumbnailViewDeprecated thumbnailView = container.getThumbnailViewDeprecated();
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt70 import com.android.quickstep.views.TaskThumbnailViewDeprecated in <lambda>()
187 builder.add(ObjectAnimator.ofFloat(thumbnail, TaskThumbnailViewDeprecated.SPLASH_ALPHA, 1f)) in <lambda>()
210 TaskThumbnailViewDeprecated.SPLIT_SELECT_TRANSLATE_X, in <lambda>()
232 TaskThumbnailViewDeprecated.SPLIT_SELECT_TRANSLATE_Y, in <lambda>()
260 TaskThumbnailViewDeprecated.SPLIT_SELECT_TRANSLATE_Y, in <lambda>()
276 TaskThumbnailViewDeprecated.SPLIT_SELECT_TRANSLATE_X, in <lambda>()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DDesktopSystemShortcutTest.kt35 import com.android.quickstep.views.TaskThumbnailViewDeprecated
69 private val thumbnailViewDeprecated: TaskThumbnailViewDeprecated = mock()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java47 import com.android.quickstep.views.TaskThumbnailViewDeprecated;
149 public TaskThumbnailViewDeprecated getThumbnailView() { in getThumbnailView()
DTaskViewUtils.java83 import com.android.quickstep.views.TaskThumbnailViewDeprecated;
337 TaskThumbnailViewDeprecated[] thumbnails = v.getThumbnailViews(); in createRecentsWindowAnimator()
347 TaskThumbnailViewDeprecated ttv = thumbnails[i]; in createRecentsWindowAnimator()
394 for (TaskThumbnailViewDeprecated ttv : thumbnails) { in createRecentsWindowAnimator()
DTaskShortcutFactory.java58 import com.android.quickstep.views.TaskThumbnailViewDeprecated;
177 private final TaskThumbnailViewDeprecated mThumbnailView;
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DSplitAnimationControllerTest.kt36 import com.android.quickstep.views.TaskThumbnailViewDeprecated
62 private val mockThumbnailView: TaskThumbnailViewDeprecated = mock()