/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | HandleMenuAnimator.kt | 23 import android.view.View.ALPHA 163 ObjectAnimator.ofFloat(it, ALPHA, 1f).apply { in animateAppInfoPillOpen() 217 ObjectAnimator.ofFloat(windowingPill, ALPHA, 1f).apply { in animateWindowingPillOpen() 232 ObjectAnimator.ofFloat(it, ALPHA, 1f).apply { in animateWindowingPillOpen() 256 ObjectAnimator.ofFloat(moreActionsPill, ALPHA, 1f).apply { in animateMoreActionsPillOpen() 271 ObjectAnimator.ofFloat(it, ALPHA, 1f).apply { in animateMoreActionsPillOpen() 320 ObjectAnimator.ofFloat(it, ALPHA, 0f).apply { in animateAppInfoPillFadeOut() 341 ObjectAnimator.ofFloat(windowingPill, ALPHA, 0f).apply { in windowingPillClose() 346 ObjectAnimator.ofFloat(windowingPill, ALPHA, 0f).apply { in windowingPillClose() 365 ObjectAnimator.ofFloat(moreActionsPill, ALPHA, 0f).apply { in moreActionsPillClose() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardVisibilityHelper.java | 96 PropertyAnimator.cancelAnimation(mView, AnimatableProperty.ALPHA); in setViewVisibility() 105 .setCustomInterpolator(View.ALPHA, Interpolators.ALPHA_OUT) in setViewVisibility() 120 mView, AnimatableProperty.ALPHA, 0f, animProps, true /* animate */); in setViewVisibility() 127 mView, AnimatableProperty.ALPHA, 1f, in setViewVisibility() 131 .setCustomInterpolator(View.ALPHA, Interpolators.ALPHA_IN) in setViewVisibility() 150 .setCustomInterpolator(View.ALPHA, Interpolators.FAST_OUT_LINEAR_IN) in setViewVisibility() 170 mView, AnimatableProperty.ALPHA, 0f, in setViewVisibility()
|
D | BouncerKeyguardMessageArea.kt | 101 ObjectAnimator.ofFloat(this, View.ALPHA, 1f, 0f).apply { in <lambda>() 114 ObjectAnimator.ofFloat(this, View.ALPHA, 0f, 1f).apply { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | HeadsUpStatusBarView.java | 43 private static final String ALPHA = "alpha"; field in HeadsUpStatusBarView 75 bundle.putFloat(ALPHA, getAlpha()); in onSaveInstanceState() 93 if (bundle.containsKey(ALPHA)) { in onRestoreInstanceState() 94 setAlpha(bundle.getFloat(ALPHA)); in onRestoreInstanceState()
|
/frameworks/av/media/module/codecs/amrwb/dec/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/rs/java/android/renderscript/ |
D | ProgramFragmentFixedFunction.java | 137 ALPHA (1), enumConstant 193 case ALPHA: in buildShaderString() 209 case ALPHA: in buildShaderString()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AbsActionBarView.java | 207 ObjectAnimator anim = ObjectAnimator.ofFloat(this, View.ALPHA, 1); in setupAnimatorToVisibility() 212 ObjectAnimator splitAnim = ObjectAnimator.ofFloat(mMenuView, View.ALPHA, 1); in setupAnimatorToVisibility() 222 ObjectAnimator anim = ObjectAnimator.ofFloat(this, View.ALPHA, 0); in setupAnimatorToVisibility() 227 ObjectAnimator splitAnim = ObjectAnimator.ofFloat(mMenuView, View.ALPHA, 0); in setupAnimatorToVisibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | TapAgainView.java | 66 ObjectAnimator fadeIn = ObjectAnimator.ofFloat(this, View.ALPHA, 1f); in animateIn() 92 ObjectAnimator fadeOut = ObjectAnimator.ofFloat(this, View.ALPHA, 0f); in animateOut()
|
D | UnlockedScreenOffAnimationController.kt | 211 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.ALPHA) in shouldDelayKeyguardShow() 214 AnimatableProperty.ALPHA, in shouldDelayKeyguardShow() 246 .setCustomInterpolator(View.ALPHA, Interpolators.FAST_OUT_SLOW_IN), in shouldDelayKeyguardShow()
|
D | KeyguardIndicationTextView.java | 192 Animator fadeOut = ObjectAnimator.ofFloat(this, View.ALPHA, 0f); in getOutAnimator() 260 ObjectAnimator fadeIn = ObjectAnimator.ofFloat(this, View.ALPHA, 1f); in getInAnimator()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 152 static final int ALPHA = 0x0800; field in ViewPropertyAnimator 733 animateProperty(ALPHA, value); in alpha() 746 animatePropertyBy(ALPHA, value); in alphaBy() 1014 case ALPHA: in setValue() 1052 case ALPHA: in getValue() 1165 if (values.mNameConstant == ALPHA) { in onAnimationUpdate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipMenuView.java | 275 ObjectAnimator menuAnim = ObjectAnimator.ofFloat(mMenuContainer, View.ALPHA, in showMenu() 278 ObjectAnimator settingsAnim = ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, in showMenu() 280 ObjectAnimator dismissAnim = ObjectAnimator.ofFloat(mDismissButton, View.ALPHA, in showMenu() 368 ObjectAnimator menuAnim = ObjectAnimator.ofFloat(mMenuContainer, View.ALPHA, in hideMenu() 371 ObjectAnimator settingsAnim = ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, in hideMenu() 373 ObjectAnimator dismissAnim = ObjectAnimator.ofFloat(mDismissButton, View.ALPHA, in hideMenu()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipMenuView.java | 277 ObjectAnimator menuAnim = ObjectAnimator.ofFloat(mMenuContainer, View.ALPHA, in showMenu() 280 ObjectAnimator settingsAnim = ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, in showMenu() 282 ObjectAnimator dismissAnim = ObjectAnimator.ofFloat(mDismissButton, View.ALPHA, in showMenu() 370 ObjectAnimator menuAnim = ObjectAnimator.ofFloat(mMenuContainer, View.ALPHA, in hideMenu() 373 ObjectAnimator settingsAnim = ObjectAnimator.ofFloat(mSettingsButton, View.ALPHA, in hideMenu() 375 ObjectAnimator dismissAnim = ObjectAnimator.ofFloat(mDismissButton, View.ALPHA, in hideMenu()
|
/frameworks/av/media/module/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/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | BaseBubblePinController.kt | 156 ObjectAnimator.ofFloat(this, View.ALPHA, 1f) in <lambda>() 165 ObjectAnimator.ofFloat(this, View.ALPHA, 0f) in <lambda>()
|
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/ |
D | PaintBundle.java | 110 case ALPHA: { in applyPaintChange() 148 case ALPHA: in toName() 241 case ALPHA: { in toString() 466 public static final int ALPHA = 12; field in PaintBundle 744 mArray[mPos] = ALPHA; in setAlpha() 894 case ALPHA: in registerVars() 945 case ALPHA: in updateVariables()
|
D | PaintChanges.java | 36 int CLEAR_ALPHA = 1 << (PaintBundle.ALPHA - 1);
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 196 ALPHA, enumerator 241 ALPHA, enumerator
|
D | Animator.cpp | 330 {RenderNode::ALPHA, &RenderProperties::getAlpha, &RenderProperties::setAlpha}, 414 case ALPHA: in getValue() 431 case ALPHA: in setValue()
|
/frameworks/base/graphics/java/android/graphics/animation/ |
D | RenderNodeAnimator.java | 50 public static final int ALPHA = 11; field in RenderNodeAnimator 52 public static final int LAST_VALUE = ALPHA; 194 if (mRenderProperty == RenderNodeAnimator.ALPHA && mViewListener != null) { in doStart()
|
/frameworks/av/media/module/codecs/amrwb/enc/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/base/libs/hwui/jni/ |
D | android_graphics_animation_RenderNodeAnimator.cpp | 89 LOG_ALWAYS_FATAL_IF(property < 0 || property > RenderPropertyAnimator::ALPHA, in toRenderProperty() 96 || field > CanvasPropertyPaintAnimator::ALPHA, in toPaintField()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | AnimatableProperty.java | 51 public static final AnimatableProperty ALPHA = AnimatableProperty.from( field in AnimatableProperty 52 View.ALPHA, R.id.alpha_animator_tag, R.id.alpha_animator_start_value_tag,
|
/frameworks/base/core/java/android/transition/ |
D | Crossfade.java | 218 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 0, 1); in createAnimator() 220 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 1); in createAnimator()
|