Home
last modified time | relevance | path

Searched refs:ChipBackgroundContainer (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipViewModelTest.kt24 import com.android.systemui.statusbar.chips.ui.view.ChipBackgroundContainer
40 private val chipBackgroundView = mock<ChipBackgroundContainer>()
44 this.requireViewById<ChipBackgroundContainer>( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipViewModel.kt23 import com.android.systemui.statusbar.chips.ui.view.ChipBackgroundContainer in <lambda>()
44 view.requireViewById<ChipBackgroundContainer>( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/
DCallChipViewModelTest.kt30 import com.android.systemui.statusbar.chips.ui.view.ChipBackgroundContainer
47 private val chipBackgroundView = mock<ChipBackgroundContainer>()
51 this.requireViewById<ChipBackgroundContainer>( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/
DCallChipViewModel.kt28 import com.android.systemui.statusbar.chips.ui.view.ChipBackgroundContainer in <lambda>()
72 it.requireViewById<ChipBackgroundContainer>( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/
DScreenRecordChipViewModelTest.kt36 import com.android.systemui.statusbar.chips.ui.view.ChipBackgroundContainer
60 private val chipBackgroundView = mock<ChipBackgroundContainer>()
64 this.requireViewById<ChipBackgroundContainer>( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/view/
DChipBackgroundContainer.kt28 class ChipBackgroundContainer(context: Context, attrs: AttributeSet) : class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/
DShareToAppChipViewModelTest.kt37 import com.android.systemui.statusbar.chips.ui.view.ChipBackgroundContainer
61 private val chipBackgroundView = mock<ChipBackgroundContainer>()
65 this.requireViewById<ChipBackgroundContainer>( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/viewmodel/
DCastToOtherDeviceChipViewModelTest.kt37 import com.android.systemui.statusbar.chips.ui.view.ChipBackgroundContainer
61 private val chipBackgroundView = mock<ChipBackgroundContainer>()
65 this.requireViewById<ChipBackgroundContainer>( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/ui/view/
DChipBackgroundContainerTest.kt36 private lateinit var underTest: ChipBackgroundContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt40 import com.android.systemui.statusbar.chips.ui.view.ChipBackgroundContainer in <lambda>()
159 val backgroundView: ChipBackgroundContainer? = in <lambda>()