Searched refs:withLayer (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewPropertyAnimatorCompatJB.java32 public static void withLayer(View view) { method in class:ViewPropertyAnimatorCompatJB
33 view.animate().withLayer();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java51 .withLayer();
57 .withLayer()
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java72 public void withLayer(ViewPropertyAnimatorCompat vpa, View view); method in interface:ViewPropertyAnimatorCompat.ViewPropertyAnimatorCompatImpl
273 public void withLayer(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
519 public void withLayer(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
601 public void withLayer(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.JBViewPropertyAnimatorCompatImpl
602 ViewPropertyAnimatorCompatJB.withLayer(view);
1255 * inconsistency, including having the layer type restored to its pre-withLayer()
1269 public ViewPropertyAnimatorCompat withLayer() { method in class:ViewPropertyAnimatorCompat
1272 IMPL.withLayer(this, view);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java104 anim.withLayer();
H A DRecentsView.java684 .withLayer()
698 .withLayer()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java279 .withLayer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java320 v.animate().withLayer().scaleX(s).scaleY(s).alpha(1f).setDuration(animationLen);
329 // we don't have .withLayer() on general Animators
391 squatter.animate().withLayer()
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java277 .withLayer()
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java767 * result in some inconsistency, including having the layer type restored to its pre-withLayer()
773 public ViewPropertyAnimator withLayer() { method in class:ViewPropertyAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java809 v.animate().withLayer();
H A DPhoneStatusBar.java3406 .withLayer()

Completed in 423 milliseconds