Home
last modified time | relevance | path

Searched refs:button_ (Results 1 - 7 of 7) sorted by relevance

/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dlong_press_view.cpp77 viewGroup_->SetPosition(pApp->buttonXY_.x / WIDTH_DISCOUNT + pApp->button_->GetWidth(), in Show()
78 pApp->buttonXY_.y / WIDTH_DISCOUNT + pApp->button_->GetHeight(), pApp->button_->GetWidth(), in Show()
79 (pApp->button_->GetHeight() * WIDTH_DISCOUNT) / HEIGHT_DISCOUNT + pApp->button_->GetHeight() / WIDTH_DISCOUNT); in Show()
81 pApp->button_->GetWidth(), pApp->button_->GetHeight() / WIDTH_DISCOUNT); in Show()
82 buttCancle_->SetPosition(0, (pApp->button_->GetHeight() * WIDTH_DISCOUNT) / HEIGHT_DISCOUNT, in Show()
83 pApp->button_->GetWidth(), pApp->button_ in Show()
[all...]
H A Dapp_info.cpp26 if (button_) { in Release()
27 delete button_; in Release()
28 button_ = nullptr; in Release()
51 button_ = nullptr; in ReSet()
69 button_ = button; in SetButton()
91 button_->SetOnClickListener(clickListener); in SetListener()
94 button_->SetOnLongPressListener(lPListener); in SetListener()
96 button_->SetDraggable(true); in SetListener()
H A Dapp_info.h50 UILabelButton* button_ { nullptr };
H A Dview_group_page.cpp160 viewGroup_->Remove(app->data_->button_); in RemoveApp()
H A Dswipe_view.cpp184 lpView_->Show(static_cast<UIViewGroup*>(app->button_->GetParent()), app); in ShowLongPressView()
/applications/sample/camera/gallery/src/
H A Dplayer_ability_slice.cpp440 button_->OnClickEvent(event); in OnClick()
443 button_->Invalidate(); in OnClick()
448 if (button_->GetState()) { in OnClick()
457 button_->Invalidate(); in OnClick()
/applications/sample/camera/gallery/include/
H A Dplayer_ability_slice.h49 : button_(btn), in ToggleBtnListener()
63 UIToggleButton* button_; member in OHOS::ToggleBtnListener

Completed in 6 milliseconds