/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | OccludedToAodTransitionViewModelTest.kt | 76 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 …]
|
D | PrimaryBouncerToLockscreenTransitionViewModelTest.kt | 52 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()
|
D | AodToOccludedTransitionViewModelTest.kt | 47 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewHides() constant 56 deviceEntryParentViewAlpha.forEach { Truth.assertThat(it).isEqualTo(0f) } in deviceEntryParentViewHides()
|
D | AodToGoneTransitionViewModelTest.kt | 66 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewHides() constant 75 deviceEntryParentViewAlpha.forEach { assertThat(it).isEqualTo(0f) } in deviceEntryParentViewHides()
|
D | DozingToLockscreenTransitionViewModelTest.kt | 47 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewShows() constant 54 deviceEntryParentViewAlpha.forEach { assertThat(it).isEqualTo(1f) } in deviceEntryParentViewShows()
|
D | LockscreenToGoneTransitionViewModelTest.kt | 50 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewHides() constant 59 deviceEntryParentViewAlpha.forEach { assertThat(it).isEqualTo(0f) } in deviceEntryParentViewHides()
|
D | LockscreenToAodTransitionViewModelTest.kt | 130 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()
|
D | AodToLockscreenTransitionViewModelTest.kt | 74 val deviceEntryParentViewAlpha by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewShows() constant 81 deviceEntryParentViewAlpha.forEach { assertThat(it).isEqualTo(1f) } in deviceEntryParentViewShows()
|
D | AlternateBouncerToDozingTransitionViewModelTest.kt | 66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() 88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled()
|
D | PrimaryBouncerToDozingTransitionViewModelTest.kt | 66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() 88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentView_udfpsNotEnrolledAndEnabled_noUpdates()
|
D | GoneToDozingTransitionViewModelTest.kt | 69 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() 92 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_noUdfpsEnrolled_noUpdates()
|
D | AlternateBouncerToAodTransitionViewModelTest.kt | 75 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() 102 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolledAndEnabled()
|
D | LockscreenToDozingTransitionViewModelTest.kt | 66 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewAppear_udfpsEnrolledAndEnabled() 88 val values by collectValues(underTest.deviceEntryParentViewAlpha) in deviceEntryParentViewDisappear_udfpsNotEnrolled()
|
D | LockscreenToPrimaryBouncerTransitionViewModelTest.kt | 94 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/ |
D | GoneToAodTransitionViewModelTest.kt | 136 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/ |
D | DeviceEntryIconTransition.kt | 29 val deviceEntryParentViewAlpha: Flow<Float> constant
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | FakeDeviceEntryIconTransition.kt | 26 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/ |
D | OffToLockscreenTransitionViewModel.kt | 49 override val deviceEntryParentViewAlpha: Flow<Float> = constant
|
D | AlternateBouncerToOccludedTransitionViewModel.kt | 47 override val deviceEntryParentViewAlpha: Flow<Float> = constant
|
D | GlanceableHubToOccludedTransitionViewModel.kt | 45 override val deviceEntryParentViewAlpha: Flow<Float> = constant
|
D | OccludedToGlanceableHubTransitionViewModel.kt | 45 override val deviceEntryParentViewAlpha: Flow<Float> = constant
|
D | AodToPrimaryBouncerTransitionViewModel.kt | 52 override val deviceEntryParentViewAlpha: Flow<Float> = constant
|
D | AlternateBouncerToPrimaryBouncerTransitionViewModel.kt | 52 override val deviceEntryParentViewAlpha: Flow<Float> = constant
|
D | GoneToGlanceableHubTransitionViewModel.kt | 43 override val deviceEntryParentViewAlpha: Flow<Float> = constant
|
D | DozingToPrimaryBouncerTransitionViewModel.kt | 53 override val deviceEntryParentViewAlpha: Flow<Float> = constant
|