Searched refs:animatorProperties (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | DamageAccumulatorTests.cpp | 87 node1.animatorProperties().setLeftTopRightBottom(50, 50, 500, 500); in TEST() 88 node1.animatorProperties().updateMatrix(); in TEST() 92 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100); in TEST() 93 node2.animatorProperties().updateMatrix(); in TEST() 107 node1.animatorProperties().setLeftTopRightBottom(50, 50, 500, 500); in TEST() 108 node1.animatorProperties().setClipToBounds(true); in TEST() 109 node1.animatorProperties().updateMatrix(); in TEST() 113 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100); in TEST() 114 node2.animatorProperties().setClipToBounds(false); in TEST() 115 node2.animatorProperties().setRotationX(1.0f); in TEST() [all …]
|
D | RenderNodeDrawableTests.cpp | 528 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST() 1071 layerNode->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
/frameworks/base/libs/hwui/ |
D | Animator.cpp | 381 (target->animatorProperties().*mPropertyAccess->setter)(value); in setValue() 454 target->animatorProperties().mutableRevealClip().set(true, mCenterX, mCenterY, value); in setValue()
|
D | RenderNode.h | 138 RenderProperties& animatorProperties() { return mProperties; } in animatorProperties() function
|