Home
last modified time | relevance | path

Searched defs:createAnimation (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationCreator.java30 void createAnimation(T animatedObject, long delay, long duration, in createAnimation() method
37 default void createAnimation(T animatedObject, long delay, long duration, in createAnimation() method
H A DAppearAnimationUtils.java181 public void createAnimation(final View view, long delay, long duration, float translationY, in createAnimation() method in AppearAnimationUtils
188 public void createAnimation(final View view, long delay, in createAnimation() method in AppearAnimationUtils
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleEducationViewController.kt139 private fun createAnimation(view: BubblePopupView): PhysicsAnimator<BubblePopupView> { regex
/aosp14/frameworks/base/core/java/android/transition/
H A DFade.java119 private Animator createAnimation(final View view, float startAlpha, final float endAlpha) { in createAnimation() method in Fade
H A DTranslationAnimationCreator.java51 static Animator createAnimation(View view, TransitionValues values, int viewPosX, int viewPosY, in createAnimation() method in TranslationAnimationCreator
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPatternView.java238 public void createAnimation(final LockPatternView.CellState animatedCell, long delay, in createAnimation() method in KeyguardPatternView