Home
last modified time | relevance | path

Searched defs:alphaAnim (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DDismissView.kt141 val alphaAnim = ObjectAnimator.ofInt(gradientDrawable, GRADIENT_ALPHA, regex
160 val alphaAnim = ObjectAnimator.ofInt(gradientDrawable, GRADIENT_ALPHA, regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayView.java346 ValueAnimator alphaAnim = ValueAnimator.ofFloat(0, 1); in getEnterAnimation() local
376 ValueAnimator alphaAnim = ValueAnimator.ofFloat(1, 0); in getFadeOutAnimation() local
421 ValueAnimator alphaAnim = ValueAnimator.ofFloat(0, 1); in getExitAnimation() local
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java116 final AlphaAnimation alphaAnim = new AlphaAnimation(1, 0); in onCreate() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java196 Animator alphaAnim; in createAnimation() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java294 AlphaAnimation alphaAnim = new AlphaAnimation(0.0f, 1.0f); in showTarget() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java1103 ValueAnimator alphaAnim = ValueAnimator.ofFloat(0, 1); in createScreenshotFadeDismissAnimation() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java1096 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(mUserSwitcherViewGroup, View.ALPHA, in startDisappearAnimation() local