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

/frameworks/base/libs/hwui/tests/unit/
H A DDamageAccumulatorTests.cpp87 node1.animatorProperties().setLeftTopRightBottom(50, 50, 500, 500);
88 node1.animatorProperties().updateMatrix();
92 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100);
93 node2.animatorProperties().updateMatrix();
107 node1.animatorProperties().setLeftTopRightBottom(50, 50, 500, 500);
108 node1.animatorProperties().setClipToBounds(true);
109 node1.animatorProperties().updateMatrix();
113 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100);
114 node2.animatorProperties().setClipToBounds(false);
115 node2.animatorProperties()
[all...]
H A DRenderNodeDrawableTests.cpp443 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer);
/frameworks/base/libs/hwui/
H A DAnimator.cpp381 (target->animatorProperties().*mPropertyAccess->setter)(value);
462 target->animatorProperties().mutableRevealClip().set(true,
H A DRenderNode.h156 RenderProperties& animatorProperties() { function in class:android::uirenderer::RenderNode

Completed in 1074 milliseconds