Home
last modified time | relevance | path

Searched refs:startAnimation2d (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java61 public void startAnimation2d(View[][] objects, final Runnable finishListener) { in startAnimation2d() method in AppearAnimationUtils
62 startAnimation2d(objects, finishListener, this); in startAnimation2d()
69 public <T> void startAnimation2d(T[][] objects, final Runnable finishListener, in startAnimation2d() method in AppearAnimationUtils
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPatternView.java184 mAppearAnimationUtils.startAnimation2d( in startAppearAnimation()
213 disappearAnimationUtils.startAnimation2d(mLockPatternView.getCellStates(), in startDisappearAnimation()