Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DDamageAccumulatorTests.cpp87 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 …]
/frameworks/base/libs/hwui/
DAnimator.cpp365 (target->animatorProperties().*mPropertyAccess->setter)(value); in setValue()
446 target->animatorProperties().mutableRevealClip().set(true, in setValue()
DRenderNode.h178 RenderProperties& animatorProperties() { in animatorProperties() function