Home
last modified time | relevance | path

Searched refs:animatorProperties (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DDamageAccumulatorTests.cpp88 node1.animatorProperties().updateMatrix(); in TEST()
93 node2.animatorProperties().updateMatrix(); in TEST()
108 node1.animatorProperties().setClipToBounds(true); in TEST()
109 node1.animatorProperties().updateMatrix(); in TEST()
114 node2.animatorProperties().setClipToBounds(false); in TEST()
115 node2.animatorProperties().setRotationX(1.0f); in TEST()
116 node2.animatorProperties().setRotationY(1.0f); in TEST()
117 node2.animatorProperties().setRotation(20.0f); in TEST()
118 node2.animatorProperties().setCameraDistance(500.0f); in TEST()
119 node2.animatorProperties().setTranslationZ(30.0f); in TEST()
[all …]
H A DRenderNodeDrawableTests.cpp530 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()
1076 layerNode->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/aosp14/frameworks/base/libs/hwui/
H A DAnimator.cpp379 (target->animatorProperties().*mPropertyAccess->setter)(value); in setValue()
452 target->animatorProperties().mutableRevealClip().set(true, mCenterX, mCenterY, value); in setValue()
H A DRenderNode.h144 RenderProperties& animatorProperties() { return mProperties; } in animatorProperties() function