/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | qpisf_2s.cpp | 96 #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])); in Dpisf_2s_46b() 298 isf_q[i] = add_int16(mult_int16(ALPHA, isfold[i]), mult_int16(ONE_ALPHA, ref_isf[i])); in Dpisf_2s_36b()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | ProgramFragmentFixedFunction.java | 133 ALPHA (1), enumConstant 187 case ALPHA: in buildShaderString() 203 case ALPHA: in buildShaderString()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 135 private static final int ALPHA = 0x0200; field in ViewPropertyAnimator 608 animateProperty(ALPHA, value); in alpha() 621 animatePropertyBy(ALPHA, value); in alphaBy() 883 case ALPHA: in setValue() 917 case ALPHA: in getValue() 1029 if (values.mNameConstant == ALPHA) { in onAnimationUpdate()
|
D | KeyCharacterMap.java | 89 public static final int ALPHA = 3; field in KeyCharacterMap
|
D | View.java | 16665 public static final Property<View, Float> ALPHA = new FloatProperty<View>("alpha") {
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | d_plsf_5.cpp | 91 #define ALPHA 31128 macro 336 ALPHA, in D_plsf_5()
|
D | d_plsf_3.cpp | 132 #define ALPHA 29491 /* ALPHA -> 0.9 */ macro 189 ALPHA, in D_plsf_3()
|
/frameworks/base/core/java/android/widget/ |
D | Scroller.java | 66 private static float ALPHA = 800; // pixels / seconds field in Scroller 395 final double l = Math.log(START_TENSION * velocity / ALPHA); in fling() 405 (int) (ALPHA * Math.exp(DECELERATION_RATE / (DECELERATION_RATE - 1.0) * l)); in fling()
|
/frameworks/av/services/camera/libcameraservice/ |
D | FakeCamera.cpp | 127 static const int ALPHA = (int)( kYr*(1 << (SHIFT1+3)) + 0.5 ); variable 238 temp = (BETA*(pixels & 0x001F) + ALPHA*(pixels>>11) ); in ccrgb16toyuv_wo_colorkey() 246 temp = (BETA*(pixels & 0x001F) + ALPHA*(pixels>>11) ); in ccrgb16toyuv_wo_colorkey()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | qpisf_2s.c | 34 #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])); in Dpisf_2s_46b() 390 isf_q[i] = add1(vo_mult(ALPHA, isfold[i]), vo_mult(ONE_ALPHA, ref_isf[i])); in Dpisf_2s_36b()
|
/frameworks/compile/mclinker/ |
D | VERSION.in | 10 ALPHA - 0 for alpha
|
/frameworks/native/include/ui/ |
D | PixelFormat.h | 80 ALPHA = 1, enumerator
|
/frameworks/native/libs/ui/ |
D | PixelFormat.cpp | 51 { 1, 8, { 8, 0, 0, 0, 0, 0, 0, 0 }, PixelFormatInfo::ALPHA},
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBar.java | 1719 ObjectAnimator.ofFloat(notifications, View.ALPHA, 0), 1720 ObjectAnimator.ofFloat(systemIcons, View.ALPHA, 0), 1721 ObjectAnimator.ofFloat(signal, View.ALPHA, 0), 1722 ObjectAnimator.ofFloat(battery, View.ALPHA, 0.5f), 1723 ObjectAnimator.ofFloat(clock, View.ALPHA, 0.5f) 1729 ObjectAnimator.ofFloat(notifications, View.ALPHA, 1), 1730 ObjectAnimator.ofFloat(systemIcons, View.ALPHA, 1), 1731 ObjectAnimator.ofFloat(signal, View.ALPHA, 1), 1732 ObjectAnimator.ofFloat(battery, View.ALPHA, 1), 1733 ObjectAnimator.ofFloat(clock, View.ALPHA, 1)
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ViewPropertyAlphaActivity.java | 106 ObjectAnimator anim = ObjectAnimator.ofFloat(target, View.ALPHA, 0); in startAnim()
|
D | TransformsAndAnimationsActivity.java | 168 ObjectAnimator anim1b = ObjectAnimator.ofFloat(target, View.ALPHA, 0); in startAnimator()
|
/frameworks/base/core/java/android/text/method/ |
D | TextKeyListener.java | 190 if (kind == KeyCharacterMap.ALPHA) { in getKeyListener()
|
/frameworks/base/data/keyboards/ |
D | qwerty2.kcm | 19 type ALPHA
|
D | qwerty.kcm | 22 type ALPHA
|
/frameworks/base/api/ |
D | 14.txt | 18188 …onstant public static final android.renderscript.ProgramFragmentFixedFunction.Builder.Format ALPHA; 21930 field public static final int ALPHA = 3; // 0x3 23179 field public static android.util.Property ALPHA;
|
D | 15.txt | 18315 …onstant public static final android.renderscript.ProgramFragmentFixedFunction.Builder.Format ALPHA; 22072 field public static final int ALPHA = 3; // 0x3 23327 field public static android.util.Property ALPHA;
|
D | current.txt | 19285 …lic static final deprecated android.renderscript.ProgramFragmentFixedFunction.Builder.Format ALPHA; 23120 field public static final int ALPHA = 3; // 0x3 24416 field public static final android.util.Property ALPHA;
|
D | 16.txt | 19285 …lic static final deprecated android.renderscript.ProgramFragmentFixedFunction.Builder.Format ALPHA; 23120 field public static final int ALPHA = 3; // 0x3 24416 field public static final android.util.Property ALPHA;
|