Home
last modified time | relevance | path

Searched refs:onClick (Results 1 - 14 of 14) sorted by relevance

/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
H A Devent_listener.h33 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 Devent_listener.h31 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 Devent_listener.h32 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() argument
33 : onClick_(std::move(onClick)), onLongPress_(std::move(onLongPress)) {} in EventListener()
H A Dsetting_display_ability_slice.cpp50 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local
60 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
H A Dapp_info_ability_slice.cpp52 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local
56 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
H A Dsetting_about_ability_slice.cpp46 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local
50 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
H A Dsetting_wifi_ability_slice.cpp76 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener() local
86 buttonBackListener_ = new EventListener(onClick, nullptr); in SetButtonListener()
H A Dsetting_wifi_input_password_ability_slice.cpp101 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 Devent_listener.h33 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 Devent_listener.h35 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener() argument
36 : onClick_(std::move(onClick)), onLongPress_(std::move(onLongPress)) {} in EventListener()
H A Dscreensaver_ability_slice.cpp53 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 Dgallery_ability_slice.cpp132 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 Dpicture_ability_slice.cpp69 auto onClick = [this] (UIView &view, const Event &event) -> bool { in InitTitle() local
75 backIconListener_ = new EventListener(onClick, nullptr); in InitTitle()
H A Dplayer_ability_slice.cpp137 auto onClick = [this] (UIView &view, const Event &event) -> bool { in SetUpBackArea() local
152 backIconListener_ = new EventListener(onClick, nullptr); in SetUpBackArea()

Completed in 5 milliseconds