Searched refs:controlBar (Results 1 – 6 of 6) sorted by relevance
222 auto controlBar = frameNode->GetChildAtIndex(2); variable223 ASSERT_TRUE(controlBar);306 auto controlBar = frameNode->GetChildAtIndex(2); variable965 ASSERT_TRUE(controlBar);1043 ASSERT_TRUE(controlBar);1127 ASSERT_TRUE(controlBar);1212 ASSERT_TRUE(controlBar);1289 ASSERT_TRUE(controlBar);1368 ASSERT_TRUE(controlBar);1618 ASSERT_TRUE(controlBar);[all …]
222 auto controlBar = frameNode->GetChildAtIndex(2); variable223 ASSERT_TRUE(controlBar);225 auto playBtn = AceType::DynamicCast<FrameNode>(controlBar->GetChildAtIndex(0));297 auto controlBar = frameNode->GetChildAtIndex(2); variable298 auto playBtn = AceType::DynamicCast<FrameNode>(controlBar->GetChildAtIndex(0));369 auto controlBar = frameNode->GetChildAtIndex(2); variable370 auto playBtn = AceType::DynamicCast<FrameNode>(controlBar->GetChildAtIndex(0));441 auto controlBar = frameNode->GetChildAtIndex(2); variable514 auto controlBar = frameNode->GetChildAtIndex(2); variable589 auto controlBar = frameNode->GetChildAtIndex(2); variable[all …]
484 auto controlBar = frameNode->GetChildAtIndex(2); variable485 ASSERT_TRUE(controlBar);487 auto playBtn = AceType::DynamicCast<FrameNode>(controlBar->GetChildAtIndex(0));1015 RefPtr<UINode> controlBar = nullptr; variable1018 controlBar = child;1021 ASSERT_TRUE(controlBar);1022 auto fsBtn = AceType::DynamicCast<FrameNode>(controlBar->GetChildAtIndex(4));
795 auto controlBar = videoPattern->CreateControlBar(); variable796 auto playButton = AceType::DynamicCast<FrameNode>(controlBar->GetFirstChild());806 EXPECT_EQ(controlBar->GetRenderContext()->GetBackgroundColorValue(), videoTheme->GetBkgColor());807 auto controlBarLayoutProperty = controlBar->GetLayoutProperty<LinearLayoutProperty>();
660 RefPtr<UINode> controlBar = nullptr; in OnPrepared() local664 controlBar = child; in OnPrepared()668 CHECK_NULL_VOID(controlBar); in OnPrepared()810 RefPtr<UINode> controlBar = nullptr; in OnUpdateTime() local814 controlBar = child; in OnUpdateTime()819 CHECK_NULL_VOID(controlBar); in OnUpdateTime()1268 controlBar_ = controlBar; in OnModifyDone()1273 controlBar->AddChild(playButton); in OnModifyDone()1281 controlBar->AddChild(slider); in OnModifyDone()1285 controlBar->AddChild(durationText); in OnModifyDone()[all …]
104 .controlBar {