Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
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
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java140 mAppearAnimationUtils.startAnimation2d(mViews, in startAppearAnimation()
159 disappearAnimationUtils.startAnimation2d(mViews, in startDisappearAnimation()
DKeyguardPatternView.java462 mAppearAnimationUtils.startAnimation2d( in startAppearAnimation()
498 disappearAnimationUtils.startAnimation2d(mLockPatternView.getCellStates(), in startDisappearAnimation()