/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | BitmapFillrate.cpp | 40 createNode(canvas, 0x909C27B0, 0, 0, width, height); in createContent() 41 createNode(canvas, 0xA0CDDC39, width / 3, height / 3, width, height); in createContent() 42 createNode(canvas, 0x90009688, width / 3, 0, width, height); in createContent() 43 createNode(canvas, 0xA0FF5722, 0, height / 3, width, height); in createContent() 44 createNode(canvas, 0x9000796B, width / 6, height / 6, width, height); in createContent() 45 createNode(canvas, 0xA0FFC107, width / 6, 0, width, height); in createContent() 57 void createNode(Canvas& canvas, SkColor color, int left, int top, int width, int height) { in createNode() function in BitmapFillrate 60 auto card = TestUtils::createNode( in createNode()
|
H A D | TvApp.cpp | 101 return TestUtils::createNode( in createBitmapNode() 113 return TestUtils::createNode(left, top, left + width, top + height, in createSharedBitmapNode() 121 return TestUtils::createNode(left, top, left + width, top + height, in createInfoNode() 139 return TestUtils::createNode(left, top, left + width, top + height, in createColorNode() 153 return TestUtils::createNode(x, y, x + width, y + height, [width, height, selected, this]( in createCard()
|
H A D | MagnifierAnimation.cpp | 77 card = TestUtils::createNode( in createContent() 87 zoomImageView = TestUtils::createNode( in createContent()
|
H A D | JankyScene.cpp | 36 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
H A D | HwLayerAnimation.cpp | 33 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
H A D | HwLayerSizeAnimation.cpp | 34 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
H A D | OvalAnimation.cpp | 32 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
H A D | GlyphStressAnimation.cpp | 37 container = TestUtils::createNode(0, 0, width, height, nullptr); in createContent()
|
H A D | RectGridAnimation.cpp | 36 card = TestUtils::createNode(50, 50, 250, 250, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
H A D | TextAnimation.cpp | 32 card = TestUtils::createNode(0, 0, width, height, [](RenderProperties& props, in createContent()
|
H A D | SaveLayerAnimation.cpp | 36 card = TestUtils::createNode(0, 0, 400, 800, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
H A D | ShadowShaderAnimation.cpp | 57 return TestUtils::createNode(x, y, x + width, y + height, in createCard()
|
H A D | ClippingAnimation.cpp | 34 card = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in createContent()
|
H A D | PartialDamageAnimation.cpp | 44 TestUtils::createNode(x, y, x + dp(100), y + dp(100), in createContent()
|
H A D | ShadowGrid2Animation.cpp | 57 return TestUtils::createNode(x, y, x + width, y + height, in createCard()
|
H A D | ShadowGridAnimation.cpp | 57 return TestUtils::createNode(x, y, x + width, y + height, in createCard()
|
H A D | SimpleGradientAnimation.cpp | 50 return TestUtils::createNode( in createCard()
|
H A D | StretchyListViewAnimation.cpp | 178 auto node = TestUtils::createNode(mItemLeft, y, mItemLeft + mItemWidth, y + mItemHeight, in createContent() 185 mListView = TestUtils::createNode(0, 0, width, height, in createContent()
|
H A D | SimpleColorMatrixAnimation.cpp | 54 return TestUtils::createNode( in createCard()
|
H A D | OpPropAnimation.cpp | 43 content = TestUtils::createNode(0, 0, width, height, [this, width, height]( in createContent()
|
H A D | RoundRectClippingAnimation.cpp | 41 auto card = TestUtils::createNode( in createContent()
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | RenderNodeTests.cpp | 42 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST() 45 auto parent = TestUtils::createNode(0, 0, 200, 400, in TEST() 69 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST() 72 auto parent = TestUtils::createNode(0, 0, 200, 400, in TEST() 131 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST() 134 auto parent1 = TestUtils::createNode(0, 0, 200, 400, in TEST() 138 auto parent2 = TestUtils::createNode(0, 0, 200, 400, in TEST() 274 auto rootNode = TestUtils::createNode(0, 0, 200, 400, nullptr); in RENDERTHREAD_TEST() 284 TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in RENDERTHREAD_TEST() 293 auto nullDLNode = TestUtils::createNode(0, 0, 200, 400, nullptr); in RENDERTHREAD_TEST() [all …]
|
H A D | CanvasContextTests.cpp | 36 auto rootNode = TestUtils::createNode(0, 0, 200, 400, nullptr); in RENDERTHREAD_TEST()
|
H A D | LayerUpdateQueueTests.cpp | 34 sp<RenderNode> node = TestUtils::createNode(0, 0, width, height, nullptr); in createSyncedNode()
|
/aosp14/frameworks/base/libs/hwui/tests/common/ |
H A D | TestListViewSceneBase.cpp | 42 TestUtils::createNode(mItemLeft, y, mItemLeft + mItemWidth, y + mItemHeight, setup); in createContent() 45 mListView = TestUtils::createNode(0, 0, width, height, in createContent()
|