Home
last modified time | relevance | path

Searched defs:view (Results 1 – 19 of 19) sorted by relevance

/device/board/bearpi/bearpi_hm_micro/app/launcher/launcher/src/main/cpp/
Dswipe_view.h39 explicit ViewPageListener(LongPressView* view) : view_(view) {} in ViewPageListener()
41 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
53 SwipeListener(LongPressView* view, UISwipeView* swipe, UILabel* label) in SwipeListener()
56 virtual void OnSwipe(UISwipeView& view) override in OnSwipe()
Devent_listener.h37 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
49 bool OnLongPress(UIView& view, const LongPressEvent& event) override in OnLongPress()
Dapp_info.h72 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
87 bool OnLongPress(UIView& view, const LongPressEvent& event) override in OnLongPress()
Dnative_base.h26 void DeleteChildren(UIView *view) in DeleteChildren()
Dlong_press_view.cpp89 bool LongPressView::OnClick(UIView& view, const ClickEvent& event) in OnClick()
/device/board/bearpi/bearpi_hm_micro/app/setting/setting/src/main/cpp/
Dmain_ability_slice.cpp72 auto onClick1 = [this](UIView& view, const Event& event) -> bool { in SetButtonListenerWifi()
87 auto onClick2 = [this](UIView& view, const Event& event) -> bool { in SetButtonListenerApp()
102 auto onClick3 = [this](UIView& view, const Event& event) -> bool { in SetButtonListenerDisplay()
118 auto onClick4 = [this](UIView& view, const Event& event) -> bool { in SetButtonListenerAbout()
133 auto toLauncher = [this] (UIView &view, const Event &event) -> bool { in SetHead()
Devent_listener.h38 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick()
50 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
Dsetting_wifi_input_password_ability_slice.cpp59 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
84 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
101 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
Dsetting_wifi_ability_slice.cpp76 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
91 auto onClick2 = [this, ssid](UIView& view, const Event& event) -> bool { in SetWifiButtonListener()
Dapp_ability_slice.cpp47 auto onClick1 = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
62 auto onClick2 = [this, appName](UIView& view, const Event& event) -> bool { in SetAppButtonListener()
Dsetting_utils.cpp19 void DeleteChildren(UIView *view) in DeleteChildren()
Dsetting_display_ability_slice.h47 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
Dsetting_wifi_ability_slice.h47 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
Dapp_info_ability_slice.h76 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
Dsetting_about_ability_slice.cpp46 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
Dsetting_display_ability_slice.cpp54 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
Dapp_info_ability_slice.cpp52 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
/device/board/bearpi/bearpi_hm_micro/app/screensaver/screensaver/src/main/cpp/
Devent_listener.h41 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick()
53 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
Dscreensaver_ability_slice.cpp53 auto onClick = [this] (UIView& view, const Event& event) -> bool { in SetCyclePlayView()