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 D | DismissView.kt | 141 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 D | ClipboardOverlayView.java | 346 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 D | TransformsAndAnimationsActivity.java | 116 final AlphaAnimation alphaAnim = new AlphaAnimation(1, 0); in onCreate() local
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | AppearAnimationUtils.java | 196 Animator alphaAnim; in createAnimation() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | SlidingTab.java | 294 AlphaAnimation alphaAnim = new AlphaAnimation(0.0f, 1.0f); in showTarget() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotView.java | 1103 ValueAnimator alphaAnim = ValueAnimator.ofFloat(0, 1); in createScreenshotFadeDismissAnimation() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainer.java | 1096 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(mUserSwitcherViewGroup, View.ALPHA, in startDisappearAnimation() local
|