Home
last modified time | relevance | path

Searched refs:deviceEntryParentViewAlpha (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DOccludedToAodTransitionViewModelTest.kt76 val deviceEntryParentViewAlpha by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_udfpsEnrolled() constant
81 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha_udfpsEnrolled()
84 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha_udfpsEnrolled()
87 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha_udfpsEnrolled()
90 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha_udfpsEnrolled()
93 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha_udfpsEnrolled()
101 val deviceEntryParentViewAlpha by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_rearFpEnrolled_noUpdates() constant
106 assertThat(deviceEntryParentViewAlpha).isNull() in deviceEntryParentViewAlpha_rearFpEnrolled_noUpdates()
109 assertThat(deviceEntryParentViewAlpha).isNull() in deviceEntryParentViewAlpha_rearFpEnrolled_noUpdates()
112 assertThat(deviceEntryParentViewAlpha).isNull() in deviceEntryParentViewAlpha_rearFpEnrolled_noUpdates()
[all …]
DPrimaryBouncerToLockscreenTransitionViewModelTest.kt52 fun deviceEntryParentViewAlpha() = in deviceEntryParentViewAlpha() method
54 val deviceEntryParentViewAlpha by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha() constant
58 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha()
61 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha()
64 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha()
67 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha()
DAodToOccludedTransitionViewModelTest.kt47 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewHides() constant
56 deviceEntryParentViewAlpha.forEach { Truth.assertThat(it).isEqualTo(0f) } in deviceEntryParentViewHides()
DAodToGoneTransitionViewModelTest.kt66 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewHides() constant
75 deviceEntryParentViewAlpha.forEach { assertThat(it).isEqualTo(0f) } in deviceEntryParentViewHides()
DDozingToLockscreenTransitionViewModelTest.kt47 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewShows() constant
54 deviceEntryParentViewAlpha.forEach { assertThat(it).isEqualTo(1f) } in deviceEntryParentViewShows()
DLockscreenToGoneTransitionViewModelTest.kt50 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewHides() constant
59 deviceEntryParentViewAlpha.forEach { assertThat(it).isEqualTo(0f) } in deviceEntryParentViewHides()
DLockscreenToAodTransitionViewModelTest.kt130 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_udfpsEnrolled_shadeNotExpanded()
153 val actual by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_udfpsEnrolled_shadeExpanded()
177 val actual by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_rearFp_shadeNotExpanded()
200 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_rearFp_shadeExpanded()
DAodToLockscreenTransitionViewModelTest.kt74 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewShows() constant
81 deviceEntryParentViewAlpha.forEach { assertThat(it).isEqualTo(1f) } in deviceEntryParentViewShows()
DAlternateBouncerToDozingTransitionViewModelTest.kt66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled()
88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled()
DPrimaryBouncerToDozingTransitionViewModelTest.kt66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled()
88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentView_udfpsNotEnrolledAndEnabled_noUpdates()
DGoneToDozingTransitionViewModelTest.kt69 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled()
92 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_noUdfpsEnrolled_noUpdates()
DAlternateBouncerToAodTransitionViewModelTest.kt75 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled()
102 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled()
DLockscreenToDozingTransitionViewModelTest.kt66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled()
88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolled()
DLockscreenToPrimaryBouncerTransitionViewModelTest.kt94 val actual by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_shadeExpanded()
119 val actual by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_shadeNotExpanded()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DGoneToAodTransitionViewModelTest.kt136 val deviceEntryParentViewAlpha by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_udfpsEnrolled() constant
141 assertThat(deviceEntryParentViewAlpha).isEqualTo(0f) in deviceEntryParentViewAlpha_udfpsEnrolled()
144 assertThat(deviceEntryParentViewAlpha).isEqualTo(0f) in deviceEntryParentViewAlpha_udfpsEnrolled()
147 assertThat(deviceEntryParentViewAlpha).isIn(Range.closed(.01f, 1f)) in deviceEntryParentViewAlpha_udfpsEnrolled()
150 assertThat(deviceEntryParentViewAlpha).isIn(Range.closed(.99f, 1f)) in deviceEntryParentViewAlpha_udfpsEnrolled()
153 assertThat(deviceEntryParentViewAlpha).isEqualTo(1f) in deviceEntryParentViewAlpha_udfpsEnrolled()
161 val deviceEntryParentViewAlpha by collectLastValue(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAlpha_rearFpEnrolled() constant
166 assertThat(deviceEntryParentViewAlpha).isNull() in deviceEntryParentViewAlpha_rearFpEnrolled()
169 assertThat(deviceEntryParentViewAlpha).isNull() in deviceEntryParentViewAlpha_rearFpEnrolled()
172 assertThat(deviceEntryParentViewAlpha).isNull() in deviceEntryParentViewAlpha_rearFpEnrolled()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/transitions/
DDeviceEntryIconTransition.kt29 val deviceEntryParentViewAlpha: Flow<Float> constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DFakeDeviceEntryIconTransition.kt26 override val deviceEntryParentViewAlpha: Flow<Float> = _deviceEntryParentViewAlpha.asStateFlow() constant in com.android.systemui.keyguard.ui.viewmodel.FakeDeviceEntryIconTransition
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DOffToLockscreenTransitionViewModel.kt49 override val deviceEntryParentViewAlpha: Flow<Float> = constant
DAlternateBouncerToOccludedTransitionViewModel.kt47 override val deviceEntryParentViewAlpha: Flow<Float> = constant
DGlanceableHubToOccludedTransitionViewModel.kt45 override val deviceEntryParentViewAlpha: Flow<Float> = constant
DOccludedToGlanceableHubTransitionViewModel.kt45 override val deviceEntryParentViewAlpha: Flow<Float> = constant
DAodToPrimaryBouncerTransitionViewModel.kt52 override val deviceEntryParentViewAlpha: Flow<Float> = constant
DAlternateBouncerToPrimaryBouncerTransitionViewModel.kt52 override val deviceEntryParentViewAlpha: Flow<Float> = constant
DGoneToGlanceableHubTransitionViewModel.kt43 override val deviceEntryParentViewAlpha: Flow<Float> = constant
DDozingToPrimaryBouncerTransitionViewModel.kt53 override val deviceEntryParentViewAlpha: Flow<Float> = constant

123