Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 26) sorted by relevance

12

/applications/sample/camera/launcher/launcher/src/main/cpp/
Dswipe_view.h39 explicit ViewPageListener(LongPressView* view) : view_(view) {} in ViewPageListener()
41 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
53 SwipeLisstener(LongPressView* view, UISwipeView* swipe, UILabel* lable) in SwipeLisstener()
56 virtual void OnSwipe(UISwipeView& view) override in OnSwipe()
Devent_listener.h34 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
46 bool OnLongPress(UIView& view, const LongPressEvent& event) override in OnLongPress()
Dapp_info.h72 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
87 bool OnLongPress(UIView& view, const LongPressEvent& event) override in OnLongPress()
Dnative_base.h26 void DeleteChildren(UIView *view) in DeleteChildren()
Dlong_press_view.cpp89 bool LongPressView::OnClick(UIView& view, const ClickEvent& event) in OnClick()
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
Devent_listener.h39 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick()
51 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
Dcamera_ability_slice.cpp43 void Callback(UIView *view) override in Callback()
81 void OnStop(UIView &view) override in OnStop()
154 bool OnClick(UIView &view, const ClickEvent &event) override in OnClick()
388 auto backBttnonClick = [this](UIView &view, const Event &event) -> bool { in SetHead()
/applications/sample/camera/screensaver/screensaver/src/main/cpp/
Devent_listener.h38 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick()
50 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
Dscreensaver_ability_slice.cpp53 auto onClick = [this] (UIView& view, const Event& event) -> bool { in SetCyclePlayView()
/applications/sample/camera/gallery/include/
Devent_listener.h39 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick()
51 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
/applications/sample/camera/setting/setting/src/main/cpp/
Devent_listener.h35 bool OnClick(UIView& view, const ClickEvent &event) override in OnClick()
47 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress()
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()
Dsetting_utils.cpp19 void DeleteChildren(UIView *view) in DeleteChildren()
Dsetting_wifi_input_password_ability_slice.cpp59 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()
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()
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()
Dsetting_display_ability_slice.h47 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
Dsetting_display_ability_slice.cpp50 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
Dsetting_wifi_ability_slice.h47 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
Dapp_info_ability_slice.h76 bool OnClick(UIView& view, const ClickEvent& event) override in OnClick()
Dsetting_about_ability_slice.cpp46 auto onClick = [this](UIView& view, const Event& event) -> bool { in SetButtonListener()
/applications/sample/camera/gallery/src/
Dgallery_ability_slice.cpp100 void GalleryAbilitySlice::ClearPictureList(const UIView* view) 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()
Dplayer_ability_slice.cpp137 auto onClick = [this] (UIView &view, const Event &event) -> bool { in SetUpBackArea()
400 void SliderAnimator::Callback(UIView* view) in Callback()
438 bool ToggleBtnListener::OnClick(UIView &view, const ClickEvent& event) in OnClick()
Dpicture_ability_slice.cpp69 auto onClick = [this] (UIView &view, const Event &event) -> bool { in InitTitle()
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/shape/
Dcube.cpp164 Matrix4x4 view = camera->GetViewMatrix(); in Update1() local

12