/applications/sample/camera/setting/setting/src/main/cpp/ |
H A D | setting_utils.cpp | 19 void DeleteChildren(UIView *view)
in DeleteChildren() argument 21 if (view == nullptr) {
in DeleteChildren() 24 while (view != nullptr) {
in DeleteChildren() 25 UIView *tempView = view;
in DeleteChildren() 26 view = view->GetNextSibling();
in DeleteChildren()
|
H A D | event_listener.h | 25 using OnEventFunc = std::function<bool(UIView &view, const Event &event)>; 35 bool OnClick(UIView& view, const ClickEvent &event) override 40 UIView *currentView = &view; 47 bool OnLongPress(UIView& view, const LongPressEvent &event) override 52 UIView *currentView = &view;
|
H A 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 toLaunher = [this] (UIView &view, const Event &event) -> bool { in SetHead()
|
H A D | setting_wifi_input_password_ability_slice.cpp | 59 bool OnClick(UIView& view, const ClickEvent& event) override 84 bool OnClick(UIView& view, const ClickEvent& event) override 101 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
|
H A 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()
|
H A 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()
|
H A D | setting_utils.h | 87 void DeleteChildren(UIView *view);
|
H A D | app_info_ability_slice.h | 76 bool OnClick(UIView& view, const ClickEvent& event) override
|
H A D | setting_display_ability_slice.h | 47 bool OnClick(UIView& view, const ClickEvent& event) override
|
/applications/sample/camera/launcher/launcher/src/main/cpp/ |
H A D | native_base.h | 26 void DeleteChildren(UIView *view) in DeleteChildren() argument 28 if (view == nullptr) { in DeleteChildren() 31 while (view) { in DeleteChildren() 32 UIView *tempView = view; in DeleteChildren() 33 view = view->GetNextSibling(); in DeleteChildren()
|
H A D | event_listener.h | 24 using OnEventFunc = std::function<bool(UIView& view, const Event& event)>; 34 bool OnClick(UIView& view, const ClickEvent& event) override 39 UIView *currentView = &view; 46 bool OnLongPress(UIView& view, const LongPressEvent& event) override 51 UIView *currentView = &view;
|
H A D | swipe_view.h | 39 explicit ViewPageListener(LongPressView* view) : view_(view) {} in ViewPageListener() argument 41 bool OnClick(UIView& view, const ClickEvent& event) override 53 SwipeLisstener(LongPressView* view, UISwipeView* swipe, UILabel* lable) in SwipeLisstener() argument 54 : view_(view), swipe_(swipe), lable_(lable) {}; in SwipeLisstener() 56 virtual void OnSwipe(UISwipeView& view) override 109 UILabel* lableTitle_ { nullptr }; // view title time label
|
H A D | app_info.h | 72 bool OnClick(UIView& view, const ClickEvent& event) override 87 bool OnLongPress(UIView& view, const LongPressEvent& event) override
|
H A D | long_press_view.cpp | 89 bool LongPressView::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument 91 UIView *currentView = &view; in OnClick()
|
H A D | long_press_view.h | 28 bool OnClick(UIView& view, const ClickEvent& event) override;
|
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | event_listener.h | 24 using OnEventFunc = std::function<bool(UIView &view, const Event &event)>; 39 bool OnClick(UIView& view, const ClickEvent &event) override 44 UIView *currentView = &view; 51 bool OnLongPress(UIView& view, const LongPressEvent &event) override 56 UIView *currentView = &view;
|
H A D | camera_ability_slice.cpp | 43 void Callback(UIView *view) override 81 void OnStop(UIView &view) override 154 bool OnClick(UIView &view, const ClickEvent &event) override 388 auto backBttnonClick = [this](UIView &view, const Event &event) -> bool { in SetHead()
|
/applications/sample/camera/gallery/include/ |
H A D | event_listener.h | 24 using OnEventFunc = std::function<bool(UIView &view, const Event &event)>; 39 bool OnClick(UIView& view, const ClickEvent &event) override 44 UIView *currentView = &view; 51 bool OnLongPress(UIView& view, const LongPressEvent &event) override 56 UIView *currentView = &view;
|
H A D | player_ability_slice.h | 55 bool OnClick(UIView &view, const ClickEvent& event) override; 86 void Callback(UIView* view) override;
|
H A D | gallery_ability_slice.h | 42 void ClearPictureList(const UIView* view);
|
/applications/sample/camera/screensaver/screensaver/src/main/cpp/ |
H A D | event_listener.h | 28 using OnEventFunc = std::function<bool(UIView &view, const Event &event)>;
38 bool OnClick(UIView& view, const ClickEvent &event) override
43 UIView *currentView = &view;
50 bool OnLongPress(UIView& view, const LongPressEvent &event) override
55 UIView *currentView = &view;
|
H A D | screensaver_ability_slice.cpp | 53 auto onClick = [this] (UIView& view, const Event& event) -> bool {
in SetCyclePlayView()
|
/applications/sample/camera/gallery/src/ |
H A D | gallery_ability_slice.cpp | 100 void GalleryAbilitySlice::ClearPictureList(const UIView* view) in ClearPictureList() argument 103 if (view == nullptr || !(view->IsViewGroup())) { in ClearPictureList() 106 UIView* child = static_cast<const UIViewGroup*>(view)->GetChildrenHead(); in ClearPictureList() 132 auto onClick = [this] (UIView& view, const Event& event) -> bool { in InitTitle() 156 auto deleteClick = [this] (UIView& view, const Event& event) -> bool { in InitTitle() 279 auto onClick = [this, path] (UIView& view, const Event& event) -> bool { in GetImageClickListener()
|
H A D | player_ability_slice.cpp | 137 auto onClick = [this] (UIView &view, const Event &event) -> bool { in SetUpBackArea() 400 void SliderAnimator::Callback(UIView* view) in Callback() argument 438 bool ToggleBtnListener::OnClick(UIView &view, const ClickEvent& event) in OnClick() argument
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/shape/ |
H A D | cube.cpp | 108 "uniform mat4 view; \n" 116 " gl_Position = projection*view*model*vec4(aPos, 1.0);\n" 164 Matrix4x4 view = camera->GetViewMatrix(); in Update1() local 165 ourShader->SetMatrix4x4("view", view); in Update1() 200 lightShader->SetMatrix4x4("view", view); in Update1()
|