/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | event_listener.h | 33 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() argument 35 onClick_ = std::move(onClick); in EventListener()
|
/applications/sample/camera/launcher/launcher/src/main/cpp/ |
H A D | event_listener.h | 31 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() argument 32 : onClick_(std::move(onClick)), onLongPress_(std::move(onLongPress)) {} in EventListener()
|
/applications/sample/camera/setting/setting/src/main/cpp/ |
H A D | event_listener.h | 32 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() argument 33 : onClick_(std::move(onClick)), onLongPress_(std::move(onLongPress)) {} in EventListener()
|
H A D | setting_display_ability_slice.cpp | 50 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local 60 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
|
H A D | app_info_ability_slice.cpp | 52 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local 56 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
|
H A D | setting_about_ability_slice.cpp | 46 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local 50 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
|
H A D | setting_wifi_ability_slice.cpp | 76 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local 86 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
|
H A D | setting_wifi_input_password_ability_slice.cpp | 101 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local 105 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
|
/applications/sample/camera/gallery/include/ |
H A D | event_listener.h | 33 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() argument 35 onClick_ = std::move(onClick); in EventListener()
|
/applications/sample/camera/screensaver/screensaver/src/main/cpp/ |
H A D | event_listener.h | 35 EventListener(OnEventFunc onClick, OnEventFunc onLongPress)
in EventListener() argument 36 : onClick_(std::move(onClick)), onLongPress_(std::move(onLongPress)) {}
in EventListener()
|
H A D | screensaver_ability_slice.cpp | 53 auto onClick = [this] (UIView& view, const Event& event) -> bool {
in SetCyclePlayView() local 57 exitListener_ = new EventListener(onClick, nullptr);
in SetCyclePlayView()
|
/applications/sample/camera/gallery/src/ |
H A D | gallery_ability_slice.cpp | 132 auto onClick = [this] (UIView& view, const Event& event) -> bool { in InitTitle() local 138 backIconListener_ = new EventListener(onClick, nullptr); in InitTitle() 279 auto onClick = [this, path] (UIView& view, const Event& event) -> bool { in GetImageClickListener() local 304 return new EventListener(onClick, nullptr); in GetImageClickListener()
|
H A D | picture_ability_slice.cpp | 69 auto onClick = [this] (UIView &view, const Event &event) -> bool { in InitTitle() local 75 backIconListener_ = new EventListener(onClick, nullptr); in InitTitle()
|
H A D | player_ability_slice.cpp | 137 auto onClick = [this] (UIView &view, const Event &event) -> bool { in SetUpBackArea() local 152 backIconListener_ = new EventListener(onClick, nullptr); in SetUpBackArea()
|