Searched refs:ControlInfoWrapper (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ |
D | FavoritesModelTest.kt | 88 (it as ControlInfoWrapper).controlInfo in <lambda>() 95 ControlInfoWrapper(TEST_COMPONENT, it, true, customIconCache::retrieve) in <lambda>() 123 assertEquals(ControlInfoWrapper( in <lambda>() 188 ControlInfoWrapper(TEST_COMPONENT, INITIAL_FAVORITES[removedFirst], false), in <lambda>() 189 ControlInfoWrapper(TEST_COMPONENT, INITIAL_FAVORITES[removedSecond], false) in <lambda>() 295 val wrapper = model.elements[0] as ControlInfoWrapper in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | FavoritesModel.kt | 84 (it as ControlInfoWrapper).controlInfo in <lambda>() 88 ControlInfoWrapper(componentName, it, true, customIconCache::retrieve) in <lambda>() 146 (elements[from] as ControlInfoWrapper).favorite = false in onMoveItemInternal() 149 (elements[from] as ControlInfoWrapper).favorite = true in onMoveItemInternal()
|
D | ControlsModel.kt | 125 data class ControlInfoWrapper( in nullIconGetter() class
|
D | ControlAdapter.kt | 160 is ControlInfoWrapper -> TYPE_CONTROL in <lambda>()
|