Searched defs:view (Results 1 – 19 of 19) sorted by relevance
| /device/board/bearpi/bearpi_hm_micro/app/launcher/launcher/src/main/cpp/ |
| D | swipe_view.h | 39 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()
|
| D | event_listener.h | 37 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 49 bool OnLongPress(UIView& view, const LongPressEvent& event) override in OnLongPress()
|
| D | app_info.h | 72 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick() 87 bool OnLongPress(UIView& view, const LongPressEvent& event) override in OnLongPress()
|
| D | native_base.h | 26 void DeleteChildren(UIView *view) in DeleteChildren()
|
| D | long_press_view.cpp | 89 bool LongPressView::OnClick(UIView& view, const ClickEvent& event) in OnClick()
|
| /device/board/bearpi/bearpi_hm_micro/app/setting/setting/src/main/cpp/ |
| D | main_ability_slice.cpp | 72 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()
|
| D | event_listener.h | 38 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick() 50 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
|
| D | setting_wifi_input_password_ability_slice.cpp | 59 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()
|
| D | setting_wifi_ability_slice.cpp | 76 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() 91 auto onClick2 = [this, ssid](UIView& view, const Event& event) -> bool { in SetWifiButtonListener()
|
| D | app_ability_slice.cpp | 47 auto onClick1 = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() 62 auto onClick2 = [this, appName](UIView& view, const Event& event) -> bool { in SetAppButtonListener()
|
| D | setting_utils.cpp | 19 void DeleteChildren(UIView *view) in DeleteChildren()
|
| D | setting_display_ability_slice.h | 47 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
|
| D | setting_wifi_ability_slice.h | 47 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
|
| D | app_info_ability_slice.h | 76 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
|
| D | setting_about_ability_slice.cpp | 46 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
|
| D | setting_display_ability_slice.cpp | 54 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
|
| D | app_info_ability_slice.cpp | 52 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
|
| /device/board/bearpi/bearpi_hm_micro/app/screensaver/screensaver/src/main/cpp/ |
| D | event_listener.h | 41 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick() 53 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
|
| D | screensaver_ability_slice.cpp | 53 auto onClick = [this] (UIView& view, const Event& event) -> bool { in SetCyclePlayView()
|