Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DDamageAccumulatorTests.cpp91 RenderNode node2; in TEST() local
92 node2.animatorProperties().setLeftTopRightBottom(50, 50, 100, 100); in TEST()
93 node2.animatorProperties().updateMatrix(); in TEST()
94 da.pushTransform(&node2); in TEST()
112 RenderNode node2; in TEST() local
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()
116 node2.animatorProperties().setRotationY(1.0f); in TEST()
117 node2.animatorProperties().setRotation(20.0f); in TEST()
[all …]