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::__anon1388
/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.java133 ALPHA (1), enum constant in enum:ProgramFragmentFixedFunction.Builder.Format
187 case ALPHA:
203 case ALPHA:
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java135 private static final int ALPHA = 0x0200; field in class:ViewPropertyAnimator
608 animateProperty(ALPHA, value);
621 animatePropertyBy(ALPHA, value);
883 case ALPHA:
917 case ALPHA:
1029 if (values.mNameConstant == ALPHA) {
H A DKeyCharacterMap.java89 public static final int ALPHA = 3; field in class:KeyCharacterMap
622 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA}, {@link #FULL}
H A DView.java554 * The View class exposes an {@link #ALPHA} property, as well as several transform-related
557 * methods (such as {@link #setAlpha(float)} for {@link #ALPHA}). These properties can
17039 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.java1467 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 0f)
1472 ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, 1f)
1538 ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, 0f)
1543 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 1f)
1547 ObjectAnimator.ofFloat(mClearButton, View.ALPHA, 0f)
1823 ObjectAnimator.ofFloat(notifications, View.ALPHA, 0),
1824 ObjectAnimator.ofFloat(systemIcons, View.ALPHA, 0),
1825 ObjectAnimator.ofFloat(signal, View.ALPHA, 0),
1826 ObjectAnimator.ofFloat(battery, View.ALPHA, 0.5f),
1827 ObjectAnimator.ofFloat(clock, View.ALPHA, 0.
[all...]
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java190 if (kind == KeyCharacterMap.ALPHA) {

Completed in 470 milliseconds