Searched defs:mWarpAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java266 private ViewPropertyAnimator mWarpAnimation; field in class:PagedView
2714 mWarpAnimation = null;
2724 mWarpAnimation = null;
2745 return mWarpAnimation != null;
2756 mWarpAnimation = v.animate();
2757 mWarpAnimation.translationX(mWarpPeekAmount)

Completed in 168 milliseconds