Home
last modified time | relevance | path

Searched refs:view (Results 1 - 25 of 30) sorted by relevance

12

/applications/sample/camera/setting/setting/src/main/cpp/
H A Dsetting_utils.cpp19 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 Devent_listener.h25 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 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 toLaunher = [this] (UIView &view, const Event &event) -> bool { in SetHead()
H A Dsetting_wifi_input_password_ability_slice.cpp59 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 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()
H A 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()
H A Dsetting_utils.h87 void DeleteChildren(UIView *view);
H A Dapp_info_ability_slice.h76 bool OnClick(UIView& view, const ClickEvent& event) override
H A Dsetting_display_ability_slice.h47 bool OnClick(UIView& view, const ClickEvent& event) override
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dnative_base.h26 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 Devent_listener.h24 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 Dswipe_view.h39 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 Dapp_info.h72 bool OnClick(UIView& view, const ClickEvent& event) override
87 bool OnLongPress(UIView& view, const LongPressEvent& event) override
H A Dlong_press_view.cpp89 bool LongPressView::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
91 UIView *currentView = &view; in OnClick()
H A Dlong_press_view.h28 bool OnClick(UIView& view, const ClickEvent& event) override;
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
H A Devent_listener.h24 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 Dcamera_ability_slice.cpp43 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 Devent_listener.h24 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 Dplayer_ability_slice.h55 bool OnClick(UIView &view, const ClickEvent& event) override;
86 void Callback(UIView* view) override;
H A Dgallery_ability_slice.h42 void ClearPictureList(const UIView* view);
/applications/sample/camera/screensaver/screensaver/src/main/cpp/
H A Devent_listener.h28 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 Dscreensaver_ability_slice.cpp53 auto onClick = [this] (UIView& view, const Event& event) -> bool { in SetCyclePlayView()
/applications/sample/camera/gallery/src/
H A Dgallery_ability_slice.cpp100 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 Dplayer_ability_slice.cpp137 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 Dcube.cpp108 "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()

Completed in 10 milliseconds

12