Home
last modified time | relevance | path

Searched refs:toggleButtonView_ (Results 1 - 4 of 4) sorted by relevance

/applications/sample/camera/setting/setting/src/main/cpp/
H A Dsetting_display_ability_slice.cpp27 if (toggleButtonView_) { in ~SettingDisplayAbilitySlice()
28 DeleteChildren(toggleButtonView_); in ~SettingDisplayAbilitySlice()
29 toggleButtonView_ = nullptr; in ~SettingDisplayAbilitySlice()
87 toggleButtonView_ = new UIViewGroup(); in SetToggleButton()
88 toggleButtonView_->SetPosition(TOGGLE_X, TOGGLE_Y, DE_BUTTON_WIDTH, DE_BUTTON_HEIGHT); in SetToggleButton()
89 toggleButtonView_->SetStyle(STYLE_BACKGROUND_COLOR, DE_BUTTON_BACKGROUND_COLOR); in SetToggleButton()
90 toggleButtonView_->SetStyle(STYLE_BACKGROUND_OPA, DE_OPACITY_ALL); in SetToggleButton()
91 toggleButtonView_->SetStyle(STYLE_BORDER_RADIUS, DE_BUTTON_RADIUS); in SetToggleButton()
92 rootView_->Add(toggleButtonView_); in SetToggleButton()
99 toggleButtonView_ in SetToggleButton()
[all...]
H A Dsetting_wifi_ability_slice.cpp26 : headView_(nullptr), toggleButtonView_(nullptr), scrollView_(nullptr), rootView_(nullptr), in SettingWifiAbilitySlice()
43 if (toggleButtonView_) { in ~SettingWifiAbilitySlice()
44 DeleteChildren(toggleButtonView_); in ~SettingWifiAbilitySlice()
45 toggleButtonView_ = nullptr; in ~SettingWifiAbilitySlice()
134 toggleButtonView_ = new UIViewGroup(); in SetToggleButton()
135 toggleButtonView_->SetPosition(TOGGLE_X, TOGGLE_Y, DE_BUTTON_WIDTH, DE_BUTTON_HEIGHT); in SetToggleButton()
136 toggleButtonView_->SetStyle(STYLE_BACKGROUND_COLOR, DE_BUTTON_BACKGROUND_COLOR); in SetToggleButton()
137 toggleButtonView_->SetStyle(STYLE_BACKGROUND_OPA, DE_OPACITY_ALL); in SetToggleButton()
138 toggleButtonView_->SetStyle(STYLE_BORDER_RADIUS, DE_BUTTON_RADIUS); in SetToggleButton()
139 rootView_->Add(toggleButtonView_); in SetToggleButton()
[all...]
H A Dsetting_display_ability_slice.h61 : headView_(nullptr), toggleButtonView_(nullptr), rootView_(nullptr), in SettingDisplayAbilitySlice()
78 UIViewGroup* toggleButtonView_; member in OHOS::SettingDisplayAbilitySlice
H A Dsetting_wifi_ability_slice.h87 UIViewGroup* toggleButtonView_; member in OHOS::SettingWifiAbilitySlice

Completed in 2 milliseconds