Searched refs:DEFAULT_VIEW_WIDTH (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_video.cpp | 337 surfaceView_->SetWidth(DEFAULT_VIEW_WIDTH); in InitVideo() 347 controllerGroup_->SetPosition(0, 0, DEFAULT_VIEW_WIDTH, DEFAULT_VIEW_HEIGHT); in InitVideo() 459 volumeButton_->SetPosition(DEFAULT_VIEW_WIDTH - 56, DEFAULT_VIEW_HEIGHT - 88, TOGGLE_BUTTON_WIDTH, in InitControllerButton() 500 playSlider_->SetPosition(80, DEFAULT_VIEW_HEIGHT - 74, DEFAULT_VIEW_WIDTH * 5 / 6, 4); in InitControllerSlider() 502 playSlider_->SetValidWidth(DEFAULT_VIEW_WIDTH * 5 / 6); // 5:multiply, 6:divide in InitControllerSlider()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_video.h | 483 static constexpr uint16_t DEFAULT_VIEW_WIDTH = 960; member in OHOS::UIVideo
|
Completed in 2 milliseconds