Searched refs:alpha (Results 26 - 50 of 477) sorted by relevance

1234567891011>>

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java106 float alpha = placeholder.getPaint().getAlpha() / 255f;
108 onDrawCircularBitmap(bitmap, canvas, mRect, bounds, alpha);
129 * BitmapShader. The alpha parameter is the value from 0f to 1f to attenuate the alpha by.
132 final Rect src, final Rect dst, final float alpha) {
151 mBitmapPaint.setAlpha((int) (oldAlpha * alpha));
162 public void setAlpha(int alpha) { argument
163 super.setAlpha(alpha);
166 mBitmapPaint.setAlpha(alpha);
167 if (alpha !
131 onDrawCircularBitmap(final Bitmap bitmap, final Canvas canvas, final Rect src, final Rect dst, final float alpha) argument
[all...]
H A DTileDrawable.java97 final int alpha = mPaint.getAlpha();
99 mPaint.setAlpha(alpha);
105 public void setAlpha(int alpha) { argument
107 mPaint.setAlpha(alpha);
108 setInnerAlpha(alpha);
109 if (alpha != old) {
163 * Changes the alpha on just the inner wrapped drawable.
165 public void setInnerAlpha(int alpha) { argument
166 if (mInner != null) mInner.setAlpha(alpha);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dfisheye.rsh21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
H A Dfisheye_approx.rsh21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dfisheye.rsh21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
H A Dfisheye_approx.rsh21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dfisheye.rsh21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * sqrt(radius2 - dist2)) * inv_dist);
H A Dfisheye_approx.rsh21 static float alpha, radius2, factor;
29 alpha = k * 2.0f + 0.75f;
41 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
52 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dfisheye_approx_f.rsh21 static float alpha, radius2, factor;
31 alpha = k * 2.0f + 0.75f;
43 const float max_radian = M_PI_2 - atan(alpha / bound * sqrt(radius2 - bound2));
54 const float radian = M_PI_2 - atan((alpha * half_sqrt(radius2 - dist2)) * inv_dist);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_adapt.h137 * Purpose: calculate pitch/codebook gain adaptation factor alpha
146 Word16 *alpha, /* o : gain adaptation factor, Q15 */
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteVolumeSlider.java28 * Volume slider with showing, hiding, and applying alpha supports to the thumb.
56 int alpha = isEnabled() ? 0xFF : (int) (0xFF * mDisabledAlpha);
59 // state. Apply the color filter and alpha on every state change.
62 mThumb.setAlpha(alpha);
66 getProgressDrawable().setAlpha(alpha);
97 if (Color.alpha(color) != 0xFF) {
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp144 static void walk_tiled_gemm(Func blasFunc, T_param alpha, T_param beta, int vecSize, argument
184 mEnd - mStart, nEnd - nStart, call->K, alpha,
196 float alpha = call->alpha.f; local
199 walk_tiled_gemm<float, float, FnPtr_cblas_sgemm>(cblas_sgemm, alpha, beta, 1, call, mtls);
207 double alpha = call->alpha.d; local
210 walk_tiled_gemm<double, double, FnPtr_cblas_dgemm>(cblas_dgemm, alpha, beta, 1, call, mtls);
218 void * alpha = (void *)&call->alpha local
229 void * alpha = (void *)&call->alpha.z; local
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAlphaAnimation.java24 * An animation that controls the alpha level of an object.
26 * changing the alpha property of a {@link Transformation}
54 * @param fromAlpha Starting alpha value for the animation, where 1.0 means
56 * @param toAlpha Ending alpha value for the animation.
64 * Changes the alpha property of the supplied {@link Transformation}
68 final float alpha = mFromAlpha;
69 t.setAlpha(alpha + ((mToAlpha - alpha) * interpolatedTime));
/frameworks/base/libs/hwui/
H A DLayer.cpp26 Layer::Layer(RenderState& renderState, Api api, sk_sp<SkColorFilter> colorFilter, int alpha, argument
32 , alpha(alpha)
/frameworks/ml/nn/runtime/test/generated/models/
H A Dlocal_response_norm_float_1.model.cpp10 auto alpha = model->addOperand(&type2); local
19 model->setOperandValue(alpha, alpha_init, sizeof(float) * 1);
22 model->addOperation(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output});
H A Dlocal_response_norm_float_1_relaxed.model.cpp10 auto alpha = model->addOperand(&type2); local
19 model->setOperandValue(alpha, alpha_init, sizeof(float) * 1);
22 model->addOperation(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output});
H A Dlocal_response_norm_float_2.model.cpp10 auto alpha = model->addOperand(&type2); local
19 model->setOperandValue(alpha, alpha_init, sizeof(float) * 1);
22 model->addOperation(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output});
H A Dlocal_response_norm_float_2_relaxed.model.cpp10 auto alpha = model->addOperand(&type2); local
19 model->setOperandValue(alpha, alpha_init, sizeof(float) * 1);
22 model->addOperation(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output});
H A Dlocal_response_norm_float_3.model.cpp10 auto alpha = model->addOperand(&type2); local
19 model->setOperandValue(alpha, alpha_init, sizeof(float) * 1);
22 model->addOperation(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output});
H A Dlocal_response_norm_float_3_relaxed.model.cpp10 auto alpha = model->addOperand(&type2); local
19 model->setOperandValue(alpha, alpha_init, sizeof(float) * 1);
22 model->addOperation(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output});
H A Dlocal_response_norm_float_4.model.cpp10 auto alpha = model->addOperand(&type2); local
19 model->setOperandValue(alpha, alpha_init, sizeof(float) * 1);
22 model->addOperation(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output});
H A Dlocal_response_norm_float_4_relaxed.model.cpp10 auto alpha = model->addOperand(&type2); local
19 model->setOperandValue(alpha, alpha_init, sizeof(float) * 1);
22 model->addOperation(ANEURALNETWORKS_LOCAL_RESPONSE_NORMALIZATION, {input, radius, bias, alpha, beta}, {output});
/frameworks/support/transition/src/main/java/androidx/transition/
H A DViewUtilsApi19.java39 public void setTransitionAlpha(@NonNull View view, float alpha) { argument
43 sSetTransitionAlphaMethod.invoke(view, alpha);
50 view.setAlpha(alpha);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp72 call.alpha.f = alphaF;
77 call.alpha.d = alphaD;
82 call.alpha.c.r = alphaCX;
83 call.alpha.c.i = alphaCY;
89 call.alpha.z.r = alphaZX;
90 call.alpha.z.i = alphaZY;
109 float alpha, RsAllocation A, RsAllocation B,
112 M, N, K, incX, incY, KL, KU, alpha, beta, 0.0, 0.0,
123 double alpha, RsAllocation A, RsAllocation B,
126 M, N, K, incX, incY, KL, KU, 0.0f, 0.0f, alpha, bet
107 nScriptIntrinsicBLAS_Single(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, float alpha, RsAllocation A, RsAllocation B, float beta, RsAllocation C, int incX, int incY, int KL, int KU) argument
121 nScriptIntrinsicBLAS_Double(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alpha, RsAllocation A, RsAllocation B, double beta, RsAllocation C, int incX, int incY, int KL, int KU) argument
213 SGEMV(RsBlasTranspose TransA, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) argument
224 DGEMV(RsBlasTranspose TransA, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) argument
235 CGEMV(RsBlasTranspose TransA, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) argument
246 ZGEMV(RsBlasTranspose TransA, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) argument
257 SGBMV(RsBlasTranspose TransA, int KL, int KU, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) argument
273 DGBMV(RsBlasTranspose TransA, int KL, int KU, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) argument
289 CGBMV(RsBlasTranspose TransA, int KL, int KU, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) argument
305 ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) argument
833 SSYMV(RsBlasUplo Uplo, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) argument
841 SSBMV(RsBlasUplo Uplo, int K, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) argument
853 SSPMV(RsBlasUplo Uplo, float alpha, const sp<Allocation>& Ap, const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) argument
861 SGER(float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
871 SSYR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& A) argument
879 SSPR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Ap) argument
887 SSYR2(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
895 SSPR2(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) argument
903 DSYMV(RsBlasUplo Uplo, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) argument
911 DSBMV(RsBlasUplo Uplo, int K, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) argument
923 DSPMV(RsBlasUplo Uplo, double alpha, const sp<Allocation>& Ap, const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) argument
931 DGER(double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
941 DSYR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& A) argument
949 DSPR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Ap) argument
957 DSYR2(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
965 DSPR2(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) argument
1005 CHEMV(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) argument
1015 CHBMV(RsBlasUplo Uplo, int K, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) argument
1028 CHPMV(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& Ap, const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) argument
1038 CGERU(Float2 alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
1049 CGERC(Float2 alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
1061 CHER(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& A) argument
1071 CHPR(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Ap) argument
1081 CHER2(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
1091 CHPR2(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) argument
1101 ZHEMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) argument
1111 ZHBMV(RsBlasUplo Uplo, int K, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) argument
1124 ZHPMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& Ap, const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) argument
1134 ZGERU(Double2 alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
1145 ZGERC(Double2 alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
1157 ZHER(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& A) argument
1167 ZHPR(RsBlasUplo Uplo, double alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Ap) argument
1177 ZHER2(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) argument
1187 ZHPR2(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& Ap) argument
1270 SGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, float alpha, const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) argument
1293 DGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, double alpha, const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) argument
1315 CGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) argument
1337 ZGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) argument
1359 SSYMM(RsBlasSide Side, RsBlasUplo Uplo, float alpha, const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) argument
1372 DSYMM(RsBlasSide Side, RsBlasUplo Uplo, double alpha, const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) argument
1384 CSYMM(RsBlasSide Side, RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) argument
1396 ZSYMM(RsBlasSide Side, RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) argument
1408 SSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, float alpha, const sp<Allocation>& A, float beta, const sp<Allocation>& C) argument
1423 DSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, double alpha, const sp<Allocation>& A, double beta, const sp<Allocation>& C) argument
1438 CSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, Float2 alpha, const sp<Allocation>& A, Float2 beta, const sp<Allocation>& C) argument
1453 ZSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, Double2 alpha, const sp<Allocation>& A, Double2 beta, const sp<Allocation>& C) argument
1494 SSYR2K(RsBlasUplo Uplo, RsBlasTranspose Trans, float alpha, const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) argument
1509 DSYR2K(RsBlasUplo Uplo, RsBlasTranspose Trans, double alpha, const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) argument
1524 CSYR2K(RsBlasUplo Uplo, RsBlasTranspose Trans, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) argument
1539 ZSYR2K(RsBlasUplo Uplo, RsBlasTranspose Trans, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) argument
1581 STRMM(RsBlasSide Side, RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, float alpha, const sp<Allocation>& A, const sp<Allocation>& B) argument
1590 DTRMM(RsBlasSide Side, RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, double alpha, const sp<Allocation>& A, const sp<Allocation>& B) argument
1599 CTRMM(RsBlasSide Side, RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) argument
1608 ZTRMM(RsBlasSide Side, RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) argument
1646 STRSM(RsBlasSide Side, RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, float alpha, const sp<Allocation>& A, const sp<Allocation>& B) argument
1655 DTRSM(RsBlasSide Side, RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, double alpha, const sp<Allocation>& A, const sp<Allocation>& B) argument
1664 CTRSM(RsBlasSide Side, RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) argument
1673 ZTRSM(RsBlasSide Side, RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) argument
1705 CHEMM(RsBlasSide Side, RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) argument
1715 ZHEMM(RsBlasSide Side, RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) argument
1749 CHERK(RsBlasUplo Uplo, RsBlasTranspose Trans, float alpha, const sp<Allocation>& A, float beta, const sp<Allocation>& C) argument
1764 ZHERK(RsBlasUplo Uplo, RsBlasTranspose Trans, double alpha, const sp<Allocation>& A, double beta, const sp<Allocation>& C) argument
1807 CHER2K(RsBlasUplo Uplo, RsBlasTranspose Trans, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) argument
1822 ZHER2K(RsBlasUplo Uplo, RsBlasTranspose Trans, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) argument
[all...]
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DSyncRtSurfaceTransactionApplier.java80 t.setAlpha(params.surface, params.alpha);
92 * @param alpha Alpha to apply.
96 public SurfaceParams(SurfaceControlCompat surface, float alpha, Matrix matrix, argument
99 this.alpha = alpha;
106 final float alpha; field in class:SyncRtSurfaceTransactionApplier.SurfaceParams

Completed in 2182 milliseconds

1234567891011>>