Home
last modified time | relevance | path

Searched defs:alpha (Results 1 – 25 of 3432) sorted by relevance

12345678910>>...138

/aosp_15_r20/platform_testing/libraries/motion/compose/tests/goldens/
H A DrecordMotion_twoAnimatedContents_allowsNamingTransitions.json47 "alpha": 0 number
50 "alpha": 0 number
53 "alpha": 1 number
56 "alpha": 1 number
61 "alpha": 0 number
64 "alpha": 0 number
67 "alpha": 1 number
70 "alpha": 1 number
75 "alpha": 0 number
78 "alpha": 0 number
[all …]
H A DrecordMotion_AnimatedContent_capturesFade.json36 "alpha": 0 number
39 "alpha": 1 number
44 "alpha": 0 number
47 "alpha": 1 number
52 "alpha": 0.041483272 number
55 "alpha": 0.9585167 number
60 "alpha": 0.13524042 number
63 "alpha": 0.86475956 number
68 "alpha": 0.24952994 number
71 "alpha": 0.75047004 number
[all …]
H A DrecordMotion_AnimatedContent_capturesDefaultTransition.json35 "alpha": 0, number
39 "alpha": 1 number
44 "alpha": 0, number
48 "alpha": 1 number
53 "alpha": 0, number
57 "alpha": 0.90025705 number
62 "alpha": 0, number
66 "alpha": 0.48624206 number
71 "alpha": 0, number
75 "alpha": 0.18556798 number
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardRootViewModelTest.kt346 val alpha by collectLastValue(underTest.alpha(viewState)) in alpha_idleOnHub_isZero() constant
372 val alpha by collectLastValue(underTest.alpha(viewState)) in alpha_transitionBetweenHubAndDream_isZero() constant
392 val alpha by collectLastValue(underTest.alpha(viewState)) in alpha_transitionToHub_isZero_scene_container() constant
417 val alpha by collectLastValue(underTest.alpha(viewState)) in alpha_transitionToHub_isZero() constant
431 val alpha by collectLastValue(underTest.alpha(viewState)) in alpha_transitionFromHubToLockscreen_isOne() constant
451 val alpha by collectLastValue(underTest.alpha(viewState)) in alpha_emitsOnShadeExpansion() constant
476 val alpha by collectLastValue(underTest.alpha(viewState)) in alphaFromShadeExpansion_doesNotEmitWhenTransitionRunning() constant
523 val alpha by collectLastValue(underTest.alpha(viewState)) in alphaFromShadeExpansion_doesNotEmitWhenOccludedTransitionRunning() constant
563 val alpha by collectLastValue(underTest.alpha(viewState)) in alphaFromShadeExpansion_doesNotEmitWhenLockscreenToDreamTransitionRunning() constant
595 val alpha by collectLastValue(underTest.alpha(viewState)) in alpha_shadeClosedOverLockscreen_isOne() constant
[all …]
H A DAodAlphaViewModelTest.kt83 val alpha by collectLastValue(underTest.alpha) in alpha_WhenNotGone_clockMigrationFlagIsOff_emitsKeyguardAlpha() constant
102 val alpha by collectLastValue(underTest.alpha) in alpha_WhenGoneToAod() constant
127 val alpha by collectLastValue(underTest.alpha) in alpha_WhenGoneToAod_scene_container() constant
155 val alpha by collectLastValue(underTest.alpha) in alpha_WhenGoneToDozing() constant
176 val alpha by collectLastValue(underTest.alpha) in alpha_WhenGoneToDozing_scene_container() constant
195 val alpha by collectLastValue(underTest.alpha) in alpha_whenGone_equalsZero() constant
231 val alpha by collectLastValue(underTest.alpha) in enterFromTopAlpha() constant
252 val alpha by collectLastValue(underTest.alpha) in enterFromTopAlpha_scene_container() constant
/aosp_15_r20/external/XNNPACK/test/
H A Df32-velu.cc77 TEST(F32_VELU__NEON_RR2_LUT16_P3_X4, alpha) { in TEST() argument
79 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
160 TEST(F32_VELU__NEON_RR2_LUT16_P3_X8, alpha) { in TEST() argument
162 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
243 TEST(F32_VELU__NEON_RR2_LUT16_P3_X12, alpha) { in TEST() argument
245 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
326 TEST(F32_VELU__NEON_RR2_LUT16_P3_X16, alpha) { in TEST() argument
328 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
409 TEST(F32_VELU__NEON_RR2_LUT16_P3_X20, alpha) { in TEST() argument
411 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
[all …]
/aosp_15_r20/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp109 float alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Single()
123 double alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Double()
213 void ScriptIntrinsicBLAS::SGEMV(RsBlasTranspose TransA, float alpha, const sp<Allocation>& A, const… in SGEMV()
224 void ScriptIntrinsicBLAS::DGEMV(RsBlasTranspose TransA, double alpha, const sp<Allocation>& A, cons… in DGEMV()
235 void ScriptIntrinsicBLAS::CGEMV(RsBlasTranspose TransA, Float2 alpha, const sp<Allocation>& A, cons… in CGEMV()
246 void ScriptIntrinsicBLAS::ZGEMV(RsBlasTranspose TransA, Double2 alpha, const sp<Allocation>& A, con… in ZGEMV()
257 void ScriptIntrinsicBLAS::SGBMV(RsBlasTranspose TransA, int KL, int KU, float alpha, const sp<Alloc… in SGBMV()
273 void ScriptIntrinsicBLAS::DGBMV(RsBlasTranspose TransA, int KL, int KU, double alpha, const sp<Allo… in DGBMV()
289 void ScriptIntrinsicBLAS::CGBMV(RsBlasTranspose TransA, int KL, int KU, Float2 alpha, const sp<Allo… in CGBMV()
305 void ScriptIntrinsicBLAS::ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, const sp<All… in ZGBMV()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_blas.cc206 bool ROCMBlas::DoBlasAxpy(Stream *stream, uint64_t elem_count, float alpha, in DoBlasAxpy()
215 bool ROCMBlas::DoBlasAxpy(Stream *stream, uint64_t elem_count, double alpha, in DoBlasAxpy()
225 std::complex<float> alpha, in DoBlasAxpy()
234 std::complex<double> alpha, in DoBlasAxpy()
274 bool ROCMBlas::DoBlasScal(Stream *stream, uint64_t elem_count, float alpha, in DoBlasScal()
282 bool ROCMBlas::DoBlasScal(Stream *stream, uint64_t elem_count, double alpha, in DoBlasScal()
289 bool ROCMBlas::DoBlasScal(Stream *stream, uint64_t elem_count, float alpha, in DoBlasScal()
296 bool ROCMBlas::DoBlasScal(Stream *stream, uint64_t elem_count, double alpha, in DoBlasScal()
304 std::complex<float> alpha, in DoBlasScal()
312 std::complex<double> alpha, in DoBlasScal()
[all …]
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java324 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV()
328 …trinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.g… in SGEMV() local
346 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV()
350 …trinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.g… in DGEMV() local
368 …public void CGEMV(@Transpose int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float… in CGEMV()
390 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
421 …public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, … in SGBMV()
429 …trinsicBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.g… in SGBMV() local
456 …public void DGBMV(@Transpose int TransA, int KL, int KU, double alpha, Allocation A, Allocation X,… in DGBMV()
464 …trinsicBLAS_Double(getID(mRS), RsBlas_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.g… in DGBMV() local
[all …]
/aosp_15_r20/cts/tests/tests/rsblas/assets/
H A Dblas_gen.py323 def L3_xGEMM(fo, alpha, beta, m, n, k): argument
347 def L3_xSYMM(fo, alpha, beta, m, n): argument
369 def L3_xHEMM(fo, alpha, beta, m, n): argument
391 def L3_xSYRK(fo, alpha, beta, n, k): argument
408 def L3_xHERK(fo, alpha, beta, n, k): argument
425 def L3_xSYR2K(fo, alpha, beta, n, k): argument
446 def L3_xHER2K(fo, alpha, beta, n, k): argument
468 def L3_xTRMM(fo, alpha, m, n): argument
486 def L3_xTRSM(fo, alpha, m, n): argument
507 def L2_xGEMV(fo, alpha, beta, m, n): argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas.cc422 bool CUDABlas::DoBlasAxpy(Stream *stream, uint64_t elem_count, float alpha, in DoBlasInternalImpl()
430 bool CUDABlas::DoBlasAxpy(Stream *stream, uint64_t elem_count, double alpha, in DoBlasInternalImpl()
439 std::complex<float> alpha, in DoBlasInternalImpl()
450 std::complex<double> alpha, in DoBlasInternalImpl()
492 bool CUDABlas::DoBlasScal(Stream *stream, uint64_t elem_count, float alpha, in DoBlasInternalImpl()
498 bool CUDABlas::DoBlasScal(Stream *stream, uint64_t elem_count, double alpha, in DoBlasInternalImpl()
504 bool CUDABlas::DoBlasScal(Stream *stream, uint64_t elem_count, float alpha, in DoBlasInternalImpl()
511 bool CUDABlas::DoBlasScal(Stream *stream, uint64_t elem_count, double alpha, in DoBlasInternalImpl()
519 std::complex<float> alpha, in DoBlasInternalImpl()
528 std::complex<double> alpha, in DoBlasInternalImpl()
[all …]
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMFixture.h56 …a, TensorShape shape_b, TensorShape shape_c, TensorShape output_shape, float alpha, float beta, bo… in setup()
86 …ape &shape_b, const TensorShape &shape_c, const TensorShape &output_shape, float alpha, float beta, in compute_target()
151 …ape &shape_a, const TensorShape &shape_b, const TensorShape &output_shape, float alpha, float beta, in compute_reference()
234 …void setup(unsigned int m, unsigned int n, unsigned int k, unsigned int batch_size, float alpha, f… in setup()
263 …orShape &rhs_shape, const TensorShape &bias_shape, DataType data_type, float alpha, float beta, bo… in compute_target()
316 …sorShape &lhs_shape, const TensorShape &rhs_shape, DataType data_type, float alpha, float beta, bo… in compute_reference()
358 …gned int m_h, unsigned int n, unsigned int k, unsigned int batch_size, float alpha, float beta, bo… in setup()
386 …orShape &rhs_shape, const TensorShape &bias_shape, DataType data_type, float alpha, float beta, un… in compute_target()
439 …sorShape &lhs_shape, const TensorShape &rhs_shape, DataType data_type, float alpha, float beta, un… in compute_reference()
480 …void setup(unsigned int m, unsigned int n, unsigned int k, unsigned int batch_size, float alpha, f… in setup()
[all …]
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DCaptionCustomFragment.java222 final int alpha = Settings.Secure.getInt(getContext().getContentResolver(), in setCaptionsTextColor() local
225 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, color | alpha); in setCaptionsTextColor() local
236 final int alpha = (int) Long.parseLong(textOpacity, 16) & 0xff000000; in setCaptionsTextOpacity() local
238 Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, color | alpha); in setCaptionsTextOpacity() local
284 final int alpha = Settings.Secure.getInt(getContext().getContentResolver(), in setCaptionsBackgroundColor() local
287 Settings.Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, color | alpha); in setCaptionsBackgroundColor() local
298 final int alpha = (int) Long.parseLong(backgroundOpacity, 16) & 0xff000000; in setCaptionsBackgroundOpacity() local
300 Settings.Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, color | alpha); in setCaptionsBackgroundOpacity() local
324 final int alpha = Settings.Secure.getInt(getContext().getContentResolver(), in setCaptionsWindowColor() local
327 Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, color | alpha); in setCaptionsWindowColor() local
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkBlitRow_D32.cpp23 U8CPU alpha) { in blit_row_s32_opaque()
66 static void blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32_blend()
94 unsigned alpha = SkAlpha255To256(aa); in SkBlendARGB32_SSE2() local
131 static void blit_row_s32a_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32a_blend()
159 static void blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32_blend()
204 static void blit_row_s32a_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32a_blend()
312 static void blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32_blend()
340 unsigned alpha = SkAlpha255To256(aa); in SkBlendARGB32_LASX() local
375 static void blit_row_s32a_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32a_blend()
432 static void blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32_blend()
[all …]
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicBLAS.java331 …public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float … in SGEMV()
345 …trinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, y… in SGEMV() local
363 …public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, doubl… in DGEMV()
377 …trinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, y… in DGEMV() local
395 …public void CGEMV(@Transpose int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float… in CGEMV()
427 …public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Doub… in ZGEMV()
468 …public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, … in SGBMV()
486 …trinsicBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, y… in SGBMV() local
513 …public void DGBMV(@Transpose int TransA, int KL, int KU, double alpha, Allocation A, Allocation X,… in DGBMV()
531 …trinsicBLAS_Double(getID(mRS), RsBlas_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, y… in DGBMV() local
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/inference/
H A DTestUtils.java88 final double alpha) in homoscedasticTTest()
124 final double alpha) in pairedTTest()
175 public static boolean tTest(final double mu, final double[] sample, final double alpha) in tTest()
194 final double alpha) in tTest()
213 final double alpha) in tTest()
233 final double alpha) in tTest()
271 final double alpha) in chiSquareTest()
289 public static boolean chiSquareTest(final long[][] counts, final double alpha) in chiSquareTest()
334 final double alpha) in chiSquareTestDataSetsComparison()
367 final double alpha) in oneWayAnovaTest()
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DTestUtils.java176 double alpha) in homoscedasticTTest()
210 double alpha) in pairedTTest()
259 public static boolean tTest(double mu, double[] sample, double alpha) in tTest()
276 double alpha) in tTest()
292 public static boolean tTest(double[] sample1, double[] sample2, double alpha) in tTest()
309 StatisticalSummary sampleStats2, double alpha) in tTest()
343 double alpha) in chiSquareTest()
359 public static boolean chiSquareTest(long[][] counts, double alpha) in chiSquareTest()
399 double alpha) in chiSquareTestDataSetsComparison()
429 public static boolean oneWayAnovaTest(Collection<double[]> categoryData, double alpha) in oneWayAnovaTest()
/aosp_15_r20/external/eigen/blas/
H A Dlevel3_impl.h44 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
144 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
249 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
294 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
383 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
443 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
511 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
587 RealScalar alpha = *palpha; in EIGEN_BLAS_FUNC() local
637 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream.cc1099 Stream &Stream::ThenBlasAxpy(uint64_t elem_count, float alpha, in ThenBlasAxpy()
1112 Stream &Stream::ThenBlasAxpy(uint64_t elem_count, double alpha, in ThenBlasAxpy()
1125 Stream &Stream::ThenBlasAxpy(uint64_t elem_count, std::complex<float> alpha, in ThenBlasAxpy()
1140 Stream &Stream::ThenBlasAxpy(uint64_t elem_count, std::complex<double> alpha, in ThenBlasAxpy()
1203 Stream &Stream::ThenBlasScal(uint64_t elem_count, float alpha, in ThenBlasScal()
1211 Stream &Stream::ThenBlasScal(uint64_t elem_count, double alpha, in ThenBlasScal()
1219 Stream &Stream::ThenBlasScal(uint64_t elem_count, float alpha, in ThenBlasScal()
1227 Stream &Stream::ThenBlasScal(uint64_t elem_count, double alpha, in ThenBlasScal()
1236 Stream &Stream::ThenBlasScal(uint64_t elem_count, std::complex<float> alpha, in ThenBlasScal()
1246 Stream &Stream::ThenBlasScal(uint64_t elem_count, std::complex<double> alpha, in ThenBlasScal()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/xpu/
H A DBlas.cpp14 const Scalar& alpha, in addmm_out()
111 const Scalar& alpha, in _addmm_activation_out()
177 const Scalar& alpha, in baddbmm_out()
238 const Scalar& alpha) { in baddbmm_()
249 const Scalar& alpha) { in baddbmm()
261 const Scalar& alpha, in addbmm_out()
303 const Scalar& alpha) { in addbmm_()
313 const Scalar& alpha) { in addbmm()
350 const Scalar& alpha, in addmv_out()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_data.json10 "bits": { "alpha": 8 }, number
26 "alpha": 8 number
40 "alpha": 8 number
54 "alpha": 8 number
69 "alpha": 16 number
85 "alpha": 16 number
101 "alpha": 32 number
116 "alpha": 8 number
132 "alpha": 8 number
147 "alpha": 8 number
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/
H A DBetaDistribution.java46 private final double alpha; field in BetaDistribution
71 public BetaDistribution(double alpha, double beta) { in BetaDistribution()
90 public BetaDistribution(double alpha, double beta, double inverseCumAccuracy) { in BetaDistribution()
102 public BetaDistribution(RandomGenerator rng, double alpha, double beta) { in BetaDistribution()
117 RandomGenerator rng, double alpha, double beta, double inverseCumAccuracy) { in BetaDistribution()
309 static double sample(RandomGenerator random, final double alpha, final double beta) { in sample()
334 final double alpha = a + b; in algorithmBB() local
377 final double alpha = a + b; in algorithmBC() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DForeachBinaryOpList.cu31 const Scalar& alpha = 1) { in foreach_tensor_list_op()
61 const Scalar& alpha = 1) { in foreach_tensor_list_op_()
83 const Scalar& alpha = 1) { in all_types_complex_bool_half_bfloat16()
99 const Scalar& alpha = 1) { in all_types_complex_bool_half_bfloat16_()
115 const Scalar& alpha = 1) { in all_types_half_bfloat16()
130 const Scalar& alpha = 1) { in all_types_complex_half_bfloat16_()
145 const Scalar& alpha = 1) { in all_types_half_bfloat16_()
160 const Scalar& alpha = 1) { in all_types_complex_half_bfloat16()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DBinaryOp.cpp173 const double alpha = alpha_arg ? alpha_arg->to<double>() : 1.0; in binary_op_tensor() local
178 float alpha; in binary_op_tensor() member
342 const double alpha = alpha_arg ? alpha_arg->to<double>() : 1.0; in binary_op_tensor_() local
346 float alpha; in binary_op_tensor_() member
390 const Scalar& alpha) { in add_scalar()
398 const Scalar& alpha) { in add_scalar_()
442 const Scalar& alpha) { in add_tensor()
450 const Scalar& alpha) { in add_tensor_()
458 const Scalar& alpha) { in sub_scalar()
469 const Scalar& alpha) { in sub_scalar_()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
H A DSharedNotificationContainerViewModelTest.kt366 val alpha by collectLastValue(underTest.glanceableHubAlpha) in <lambda>() constant
427 val alpha by collectLastValue(underTest.glanceableHubAlpha) in <lambda>() constant
490 val alpha by collectLastValue(underTest.glanceableHubAlpha) in <lambda>() constant
994 val alpha by in <lambda>() constant
1015 val alpha by in <lambda>() constant
1107 val alpha by in <lambda>() constant
1166 val alpha by in <lambda>() constant
1222 val alpha by in <lambda>() constant
1281 val alpha by in <lambda>() constant

12345678910>>...138