Home
last modified time | relevance | path

Searched refs:withLayer (Results 1 – 20 of 20) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/view/
DViewPropertyAnimatorCompatJB.java32 public static void withLayer(View view) { in withLayer() method in ViewPropertyAnimatorCompatJB
33 view.animate().withLayer(); in withLayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java51 .withLayer(); in showMirror()
57 .withLayer() in hideMirror()
/frameworks/support/v4/java/android/support/v4/view/
DViewPropertyAnimatorCompat.java72 public void withLayer(ViewPropertyAnimatorCompat vpa, View view); in withLayer() method
273 public void withLayer(ViewPropertyAnimatorCompat vpa, View view) { in withLayer() method in ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
519 public void withLayer(ViewPropertyAnimatorCompat vpa, View view) { in withLayer() method in ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
601 public void withLayer(ViewPropertyAnimatorCompat vpa, View view) { in withLayer() method in ViewPropertyAnimatorCompat.JBViewPropertyAnimatorCompatImpl
602 ViewPropertyAnimatorCompatJB.withLayer(view); in withLayer()
1269 public ViewPropertyAnimatorCompat withLayer() { in withLayer() method in ViewPropertyAnimatorCompat
1272 IMPL.withLayer(this, view); in withLayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewTransform.java104 anim.withLayer(); in applyToTaskView()
DRecentsView.java684 .withLayer() in onTaskStackFilterTriggered()
698 .withLayer() in onTaskStackUnfilterTriggered()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java320 v.animate().withLayer().scaleX(s).scaleY(s).alpha(1f).setDuration(animationLen); in fillFreeList()
391 squatter.animate().withLayer()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPasswordView.java279 .withLayer() in startAppearAnimation()
/frameworks/base/services/core/java/com/android/server/policy/
DImmersiveModeConfirmation.java277 .withLayer() in onAttachedToWindow()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java773 public ViewPropertyAnimator withLayer() { in withLayer() method in ViewPropertyAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeaderView.java809 v.animate().withLayer();
DPhoneStatusBar.java3406 .withLayer() in fadeKeyguardAfterLaunchTransition()
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd1436 …onEnd() event to remove the layer when the animation finishes. Now, the withLayer() method on View…
/frameworks/support/v4/api/
D22.0.0.txt2148 method public android.support.v4.view.ViewPropertyAnimatorCompat withLayer();
D22.1.0.txt2348 method public android.support.v4.view.ViewPropertyAnimatorCompat withLayer();
D22.2.1.txt2416 method public android.support.v4.view.ViewPropertyAnimatorCompat withLayer();
D22.2.0.txt2415 method public android.support.v4.view.ViewPropertyAnimatorCompat withLayer();
D23.txt2610 method public android.support.v4.view.ViewPropertyAnimatorCompat withLayer();
Dcurrent.txt2616 method public android.support.v4.view.ViewPropertyAnimatorCompat withLayer();
/frameworks/base/api/
Dcurrent.txt36969 method public android.view.ViewPropertyAnimator withLayer();
Dsystem-current.txt39261 method public android.view.ViewPropertyAnimator withLayer();