Home
last modified time | relevance | path

Searched refs:createCircularReveal (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailClipper.java70 mAnimator = ViewAnimationUtils.createCircularReveal(mDetail, x, y, innerR, r); in updateCircularClip()
72 mAnimator = ViewAnimationUtils.createCircularReveal(mDetail, x, y, r, innerR); in updateCircularClip()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DEmergencyActionGroup.java188 Animator reveal = ViewAnimationUtils.createCircularReveal( in revealTheButton()
269 Animator reveal = ViewAnimationUtils.createCircularReveal( in hideTheButton()
296 Animator reveal = ViewAnimationUtils.createCircularReveal( in startRipple()
H A DEmergencyShortcutButton.java211 Animator reveal = ViewAnimationUtils.createCircularReveal( in revealSelectedButton()
234 Animator reveal = ViewAnimationUtils.createCircularReveal( in hideSelectedButton()
H A DEmergencyInfoGroup.java234 Animator reveal = ViewAnimationUtils.createCircularReveal( in revealSelectedButton()
259 Animator reveal = ViewAnimationUtils.createCircularReveal( in hideSelectedButton()
/aosp12/frameworks/base/core/java/android/view/
H A DViewAnimationUtils.java69 public static Animator createCircularReveal(View view, in createCircularReveal() method in ViewAnimationUtils
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java323 Animator a = ViewAnimationUtils.createCircularReveal(this, x, y, 0, r); in animateOpen()
357 Animator a = ViewAnimationUtils.createCircularReveal(this, in animateClose()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRevealActivity.java84 Animator animator = ViewAnimationUtils.createCircularReveal(view, in onClick()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonView.java220 ViewAnimationUtils.createCircularReveal( in finishAnimation()
309 ViewAnimationUtils.createCircularReveal( in setCircleRadius()
/aosp12/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java137 Animator animator = ViewAnimationUtils.createCircularReveal(mBackground, centerX, centerY, in playAssistAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java259 mPreviewClipper = ViewAnimationUtils.createCircularReveal( in finishAnimation()
390 mPreviewClipper = ViewAnimationUtils.createCircularReveal( in setCircleRadius()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
H A DSecondaryDisplayLauncher.java195 final Animator animator = ViewAnimationUtils.createCircularReveal(mAppsView, in showAppDrawer()
/aosp12/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
H A DLauncherActivity.java319 return ViewAnimationUtils.createCircularReveal(view, view.getRight(), view.getBottom(), in revealAnimator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java478 Animator reveal = ViewAnimationUtils.createCircularReveal( in onDefocus()
571 Animator animator = ViewAnimationUtils.createCircularReveal( in focusAnimated()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DCallComposerActivity.java749 ViewAnimationUtils.createCircularReveal( in animateSendAndCall()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt49549 …method public static android.animation.Animator createCircularReveal(android.view.View, int, int, …
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt33980 …method public static android.animation.Animator createCircularReveal(android.view.View, int, int, …