Home
last modified time | relevance | path

Searched refs:thumbnailViewDeprecated (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DGroupedTaskView.kt73 taskContainers[0].thumbnailViewDeprecated, in onMeasure()
74 taskContainers[1].thumbnailViewDeprecated, in onMeasure()
86 .thumbnailViewDeprecated in onMeasure()
87 .applySplitSelectTranslateX(taskContainers[0].thumbnailViewDeprecated.translationX) in onMeasure()
89 .thumbnailViewDeprecated in onMeasure()
90 .applySplitSelectTranslateY(taskContainers[0].thumbnailViewDeprecated.translationY) in onMeasure()
92 .thumbnailViewDeprecated in onMeasure()
93 .applySplitSelectTranslateX(taskContainers[1].thumbnailViewDeprecated.translationX) in onMeasure()
95 .thumbnailViewDeprecated in onMeasure()
96 .applySplitSelectTranslateY(taskContainers[1].thumbnailViewDeprecated.translationY) in onMeasure()
[all …]
DDesktopTaskView.kt131 it.thumbnailViewDeprecated.measure( in <lambda>()
142 it.thumbnailViewDeprecated.x = taskX.toFloat() in <lambda>()
143 it.thumbnailViewDeprecated.y = taskY.toFloat() in <lambda>()
179 val thumbnailViewDeprecated: TaskThumbnailViewDeprecated in <lambda>() constant
181 thumbnailViewDeprecated = taskThumbnailViewPool.view in <lambda>()
184 thumbnailViewDeprecated, in <lambda>()
192 thumbnailViewDeprecated = taskContainers[index].thumbnailViewDeprecated in <lambda>()
199 thumbnailViewDeprecated, in <lambda>()
207 .apply { thumbnailViewDeprecated.bind(task, overlay) } in <lambda>()
216 removeView(thumbnailViewDeprecated) in <lambda>()
[all …]
DTaskView.kt142 get() = taskContainers.map { it.thumbnailViewDeprecated }.toTypedArray() in <lambda>()
171 get() = taskContainers[0].thumbnailViewDeprecated in <lambda>()
582 taskContainers.forEach { it.thumbnailViewDeprecated.setThumbnail(it.task, null) } in <lambda>()
682 val thumbnailViewDeprecated: TaskThumbnailViewDeprecated = findViewById(thumbnailViewId)!! in <lambda>() constant
685 val indexOfSnapshotView = indexOfChild(thumbnailViewDeprecated) in <lambda>()
688 layoutParams = thumbnailViewDeprecated.layoutParams in <lambda>()
691 thumbnailViewDeprecated.visibility = GONE in <lambda>()
699 thumbnailViewDeprecated, in <lambda>()
709 thumbnailViewDeprecated.setTaskOverlay(overlay) in <lambda>()
712 thumbnailViewDeprecated.bind(task, overlay) in <lambda>()
[all …]
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DDesktopSystemShortcutTest.kt69 private val thumbnailViewDeprecated: TaskThumbnailViewDeprecated = mock() constant in com.android.quickstep.DesktopSystemShortcutTest
193 thumbnailViewDeprecated, in createTaskContainer()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt121 container.thumbnailViewDeprecated, in <lambda>()
122 container.thumbnailViewDeprecated.thumbnail, in <lambda>()
140 it.thumbnailViewDeprecated, in <lambda>()
141 it.thumbnailViewDeprecated.thumbnail, in <lambda>()
185 val thumbnail = taskIdAttributeContainer.thumbnailViewDeprecated in <lambda>()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DSplitAnimationControllerTest.kt90 whenever(mockTaskContainer.thumbnailViewDeprecated).thenReturn(mockThumbnailView) in setup()
183 whenever(mockTaskContainer.thumbnailViewDeprecated).thenReturn(mockThumbnailView) in getFirstAnimInitViews_nullTaskViewValidSplitSource_groupedTaskView()