Searched refs:TRANSLATION_Z (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/design/lollipop/android/support/design/widget/
H A DFloatingActionButtonLollipop.java107 .with(ObjectAnimator.ofFloat(mView, View.TRANSLATION_Z, pressedTranslationZ)
115 .with(ObjectAnimator.ofFloat(mView, View.TRANSLATION_Z, pressedTranslationZ)
129 animators.add(ObjectAnimator.ofFloat(mView, View.TRANSLATION_Z,
132 animators.add(ObjectAnimator.ofFloat(mView, View.TRANSLATION_Z, 0f)
141 .with(ObjectAnimator.ofFloat(mView, View.TRANSLATION_Z, 0f).setDuration(0));
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimationProps.java43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})
49 public static final int TRANSLATION_Z = 3; field in class:AnimationProps
H A DTaskViewTransform.java161 ObjectAnimator anim = ObjectAnimator.ofFloat(v, View.TRANSLATION_Z,
163 animators.add(animation.apply(AnimationProps.TRANSLATION_Z, anim));
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java144 static final int TRANSLATION_Z = 0x0004; field in class:ViewPropertyAnimator
155 private static final int TRANSFORM_MASK = TRANSLATION_X | TRANSLATION_Y | TRANSLATION_Z |
659 animateProperty(TRANSLATION_Z, value);
672 animatePropertyBy(TRANSLATION_Z, value);
994 case TRANSLATION_Z:
1041 case TRANSLATION_Z:
H A DRenderNodeAnimator.java41 public static final int TRANSLATION_Z = 2; field in class:RenderNodeAnimator
70 put(ViewPropertyAnimator.TRANSLATION_Z, TRANSLATION_Z);
H A DView.java24347 public static final Property<View, Float> TRANSLATION_Z = new FloatProperty<View>("translationZ") { field in class:View
/frameworks/base/libs/hwui/
H A DAnimator.h194 TRANSLATION_Z, enumerator in enum:android::uirenderer::RepeatMode::RenderPropertyAnimator::RenderProperty
H A DRenderNode.h84 TRANSLATION_Z = 1 << 4, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
H A DAnimator.cpp320 {RenderNode::TRANSLATION_Z, &RenderProperties::getTranslationZ, &RenderProperties::setTranslationZ },
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java154 return View.TRANSLATION_Z;
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java85 public static final ViewProperty TRANSLATION_Z = new ViewProperty("translationZ") { field in class:DynamicAnimation
509 * {@link #TRANSLATION_Z}, @{@link #SCROLL_X} or {@link #SCROLL_Y}), the default minimum visible
/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java216 final ObjectAnimator animZ = ObjectAnimator.ofFloat(view, View.TRANSLATION_Z, startZ, endZ);
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
H A DSpringTests.java314 DynamicAnimation.TRANSLATION_Y, DynamicAnimation.TRANSLATION_Z};
613 DynamicAnimation.TRANSLATION_Y, DynamicAnimation.TRANSLATION_Z,
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp217 return SET_AND_DIRTY(setTranslationZ, tz, RenderNode::TRANSLATION_Z | RenderNode::Z);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DViewState.java439 ObjectAnimator animator = ObjectAnimator.ofFloat(child, View.TRANSLATION_Z,
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp1560 node->setPropertyFieldsDirty(RenderNode::TRANSLATION_Z);

Completed in 439 milliseconds