Home
last modified time | relevance | path

Searched defs:view (Results 1 - 25 of 546) sorted by relevance

12345678910>>...22

/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Droot_view_helper.cpp20 void DeleteViewChildren(UIView *view) in DeleteViewChildren() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_extend_image_view.cpp40 void UIExtendImageView::SetCanvas(UIView* view) in SetCanvas() argument
H A Dui_tree_manager.cpp52 void UITreeManager::GetLastEvent(UIView*& view, ViewLifeEvent& event) in GetLastEvent() argument
58 void UITreeManager::OnLifeEvent(UIView* view, ViewLifeEvent event) in OnLifeEvent() argument
H A Dui_texture_mapper.cpp19 void UITextureMapper::TextureMapperAnimatorCallback::Callback(UIView* view) in Callback() argument
28 void UITextureMapper::TextureMapperAnimatorCallback::OnStop(UIView& view) in OnStop() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/common_view/
H A Dcommon_view_test_ng.cpp41 CommonViewModelNG view; in HWTEST_F() local
/third_party/skia/src/gpu/dawn/
H A DGrDawnAttachment.h22 wgpu::TextureView view() const { return fView; } in view() function in GrDawnAttachment
/third_party/skia/src/gpu/d3d/
H A DGrD3DAttachment.h30 D3D12_CPU_DESCRIPTOR_HANDLE view() const { return fView.fHandle; } in view() function in GrD3DAttachment
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUTextureView.cpp24 GPUTextureView::GPUTextureView(wgpu::TextureView view) : view_(std::move(view)) { in GPUTextureView() argument
/third_party/skia/gm/
H A Dswizzle.cpp29 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, bmp, GrMipmapped::kNo)); in DEF_SIMPLE_GPU_GM() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_loader.cpp23 bool LoadNativeView(const sptr<NativeView>& view) in LoadNativeView() argument
/foundation/arkui/ui_lite/frameworks/dock/
H A Drotate_input_device.cpp53 UIView* view = FocusManager::GetInstance()->GetFocusedView(); in DispatchEvent() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-view.c13 GtkWidget *view; in create_view_and_model() local
33 GtkWidget *window, *view, *scrollwin; in treeview_main() local
43 gtk_container_add(GTK_CONTAINER(scrollwin), view); in treeview_main() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sampler.c38 default_template(struct pipe_sampler_view *view, in default_template() argument
86 u_sampler_view_default_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) u_sampler_view_default_template() argument
98 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) u_sampler_view_default_dx9_template() argument
[all...]
/third_party/skia/tools/sk_app/mac/
H A DWindowContextFactory_mac.h22 static inline CGFloat GetBackingScaleFactor(NSView* view) { in GetBackingScaleFactor() argument
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DMainActivity.java17 public void startTests(View view) { in startTests() argument
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DDemoActivity.java35 public void onClick(View view) { in onClick() argument
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_window.cpp23 std::unique_ptr<PlatformWindow> PlatformWindow::Create(AceView* view) in Create() argument
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_radio_button_unit_test.cpp103 UIViewGroup* view = static_cast<UIViewGroup*>(RootView::GetInstance()); in HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/test/unittest/layout/
H A Dflex_layout_unit_test.cpp28 auto view = new UIView(); in CreatView() local
[all...]
H A Dgrid_layout_unit_test.cpp28 auto view = new UIView(); in CreatView() local
[all...]
H A Dlist_layout_unit_test.cpp28 auto view = new UIView(); in CreatView() local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_render/
H A Dui_test_render.cpp89 UIView* view = new UIView(); in UIKitRenderTestRender001() local
149 OnClick(UIView& view, const ClickEvent& event) OnClick() argument
[all...]
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H A Dinput_method_manager.h30 UIView* view; /* view param for mini system without Window feature */ member
/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_basic_layout.cpp175 void UITestBasicLayout::OnClickButton(UIView& view) in OnClickButton() argument
203 OnClick(UIView& view, const ClickEvent& event) OnClick() argument
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dabstract_adapter.h91 virtual void DeleteView(UIView*& view) in DeleteView() argument
99 UIView* view = GetView(nullptr, index); in GetItemWidthWithMargin() local
110 UIView* view = GetView(nullptr, index); in GetItemHeightWithMargin() local
[all...]

Completed in 6 milliseconds

12345678910>>...22