Home
last modified time | relevance | path

Searched refs:ALPHA (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenuAnimator.kt23 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/
DKeyguardVisibilityHelper.java96 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()
DBouncerKeyguardMessageArea.kt101 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/
DHeadsUpStatusBarView.java43 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/
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])); 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/
DProgramFragmentFixedFunction.java137 ALPHA (1), enumConstant
193 case ALPHA: in buildShaderString()
209 case ALPHA: in buildShaderString()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java207 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/
DTapAgainView.java66 ObjectAnimator fadeIn = ObjectAnimator.ofFloat(this, View.ALPHA, 1f); in animateIn()
92 ObjectAnimator fadeOut = ObjectAnimator.ofFloat(this, View.ALPHA, 0f); in animateOut()
DUnlockedScreenOffAnimationController.kt211 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.ALPHA) in shouldDelayKeyguardShow()
214 AnimatableProperty.ALPHA, in shouldDelayKeyguardShow()
246 .setCustomInterpolator(View.ALPHA, Interpolators.FAST_OUT_SLOW_IN), in shouldDelayKeyguardShow()
DKeyguardIndicationTextView.java192 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/
DViewPropertyAnimator.java152 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/
DPipMenuView.java275 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/
DPipMenuView.java277 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/
Dd_plsf_5.cpp91 #define ALPHA 31128 macro
336 ALPHA, in D_plsf_5()
Dd_plsf_3.cpp132 #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/
DBaseBubblePinController.kt156 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/
DPaintBundle.java110 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()
DPaintChanges.java36 int CLEAR_ALPHA = 1 << (PaintBundle.ALPHA - 1);
/frameworks/base/libs/hwui/
DAnimator.h196 ALPHA, enumerator
241 ALPHA, enumerator
DAnimator.cpp330 {RenderNode::ALPHA, &RenderProperties::getAlpha, &RenderProperties::setAlpha},
414 case ALPHA: in getValue()
431 case ALPHA: in setValue()
/frameworks/base/graphics/java/android/graphics/animation/
DRenderNodeAnimator.java50 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/
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])); 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/
Dandroid_graphics_animation_RenderNodeAnimator.cpp89 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/
DAnimatableProperty.java51 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/
DCrossfade.java218 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 0, 1); in createAnimator()
220 anim1 = ObjectAnimator.ofFloat(view, View.ALPHA, 0, 1); in createAnimator()

123