Home
last modified time | relevance | path

Searched refs:ViewAnimationUtils (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewAnimationUtils.java27 public final class ViewAnimationUtils { class
28 private ViewAnimationUtils() {} in ViewAnimationUtils() method in ViewAnimationUtils
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java24 import android.view.ViewAnimationUtils;
81 mAnimator = ViewAnimationUtils.createCircularReveal(mDetail, x, y, innerR, r); in updateCircularClip()
83 mAnimator = ViewAnimationUtils.createCircularReveal(mDetail, x, y, r, innerR); in updateCircularClip()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRevealActivity.java30 import android.view.ViewAnimationUtils;
84 Animator animator = ViewAnimationUtils.createCircularReveal(view, in onClick()
/aosp14/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java29 import android.view.ViewAnimationUtils;
137 Animator animator = ViewAnimationUtils.createCircularReveal(mBackground, centerX, centerY, in playAssistAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java29 import android.view.ViewAnimationUtils;
320 Animator a = ViewAnimationUtils.createCircularReveal(this, x, y, 0, r); in animateOpen()
344 Animator a = ViewAnimationUtils.createCircularReveal(this, in animateClose()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java37 import android.view.ViewAnimationUtils;
259 mPreviewClipper = ViewAnimationUtils.createCircularReveal( in finishAnimation()
390 mPreviewClipper = ViewAnimationUtils.createCircularReveal( in setCircleRadius()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java48 import android.view.ViewAnimationUtils;
1222 return ViewAnimationUtils.createCircularReveal(view, centerX, centerY, radius, 0); in createCircularHideAnimator()
1226 return ViewAnimationUtils.createCircularReveal(view, centerX, centerY, 0, radius); in createCircularRevealAnimator()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8797 android.view.ViewAnimationUtils
H A Dboot-image-profile.txt31595 Landroid/view/ViewAnimationUtils;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8828 android.view.ViewAnimationUtils
H A Dboot-image-profile.txt41729 Landroid/view/ViewAnimationUtils;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52955 public final class ViewAnimationUtils {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63854 Landroid/view/ViewAnimationUtils;-><init>()V