Searched refs:ALPHA (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dqpisf_2s.cpp96 #define ALPHA 29491 /* 0. 9 in Q15 */ macro
97 #define ONE_ALPHA (32768-ALPHA) /* (1.0 - ALPHA) in Q15 */
203 isf_q[i] = add_int16(mult_int16(ALPHA, isfold[i]), mult_int16(ONE_ALPHA, ref_isf[i]));
298 isf_q[i] = add_int16(mult_int16(ALPHA, isfold[i]), mult_int16(ONE_ALPHA, ref_isf[i]));
/frameworks/native/include/ui/
H A DPixelFormat.h80 ALPHA = 1, enumerator in enum:android::PixelFormatInfo::__anon1411
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_plsf_3.cpp132 #define ALPHA 29491 /* ALPHA -> 0.9 */ macro
133 #define ONE_ALPHA 3277 /* ONE_ALPHA-> (1.0-ALPHA) */
185 /* lsfi_q[i] = ALPHA*past_lsf_q[i] + ONE_ALPHA*mean_lsf[i]; */
189 ALPHA,
H A Dd_plsf_5.cpp89 /* ALPHA -> 0.95 */
90 /* ONE_ALPHA-> (1.0-ALPHA) */
91 #define ALPHA 31128 macro
184 // lsfi_q[i] = ALPHA*st->past_lsf_q[i] + ONE_ALPHA*mean_lsf[i];
186 lsf1_q[i] = add (mult (st->past_lsf_q[i], ALPHA),
329 * lsfi_q[i] = ALPHA*st->past_lsf_q[i] +
336 ALPHA,
/frameworks/base/graphics/java/android/renderscript/
H A DProgramFragmentFixedFunction.java134 ALPHA (1), enum constant in enum:ProgramFragmentFixedFunction.Builder.Format
188 case ALPHA:
204 case ALPHA:
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java135 private static final int ALPHA = 0x0200; field in class:ViewPropertyAnimator
617 animateProperty(ALPHA, value);
630 animatePropertyBy(ALPHA, value);
892 case ALPHA:
926 case ALPHA:
1038 if (values.mNameConstant == ALPHA) {
H A DKeyCharacterMap.java89 public static final int ALPHA = 3; field in class:KeyCharacterMap
634 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA}, {@link #FULL}
H A DView.java552 * The View class exposes an {@link #ALPHA} property, as well as several transform-related
555 * methods (such as {@link #setAlpha(float)} for {@link #ALPHA}). These properties can
17405 public static final Property<View, Float> ALPHA = new FloatProperty<View>("alpha") { field in class:View
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dqpisf_2s.c34 #define ALPHA 29491 /* 0. 9 in Q15 */ macro
35 #define ONE_ALPHA (32768-ALPHA) /* (1.0 - ALPHA) in Q15 */
296 isf_q[i] = add1(vo_mult(ALPHA, isfold[i]), vo_mult(ONE_ALPHA, ref_isf[i]));
390 isf_q[i] = add1(vo_mult(ALPHA, isfold[i]), vo_mult(ONE_ALPHA, ref_isf[i]));
/frameworks/native/libs/ui/
H A DPixelFormat.cpp51 { 1, 8, { 8, 0, 0, 0, 0, 0, 0, 0 }, PixelFormatInfo::ALPHA},
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewPropertyAlphaActivity.java106 ObjectAnimator anim = ObjectAnimator.ofFloat(target, View.ALPHA, 0);
H A DTransformsAndAnimationsActivity.java168 ObjectAnimator anim1b = ObjectAnimator.ofFloat(target, View.ALPHA, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1503 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 0f)
1508 ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, 1f)
1583 ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, 0f)
1588 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 1f)
1592 ObjectAnimator.ofFloat(mClearButton, View.ALPHA, 0f)
1876 ObjectAnimator.ofFloat(notifications, View.ALPHA, 0),
1877 ObjectAnimator.ofFloat(systemIcons, View.ALPHA, 0),
1878 ObjectAnimator.ofFloat(signal, View.ALPHA, 0),
1879 ObjectAnimator.ofFloat(battery, View.ALPHA, 0.5f),
1880 ObjectAnimator.ofFloat(clock, View.ALPHA, 0.
[all...]
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java190 if (kind == KeyCharacterMap.ALPHA) {

Completed in 370 milliseconds