Home
last modified time | relevance | path

Searched defs:view (Results 76 - 100 of 482) sorted by relevance

12345678910>>...20

/foundation/arkui/ui_lite/test/uitest/test_picker/
H A Dui_test_ui_picker.cpp221 bool UITestUIPicker::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
266 void UITestUIPicker::SetLastPos(UIView* view) in SetLastPos() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.h51 struct fdl6_view view; member
/third_party/mesa3d/src/hgl/
H A DGLRenderer.cpp12 BGLRenderer::BGLRenderer(BGLView* view, ulong glOptions) in BGLRenderer() argument
H A DGLRendererRoster.cpp93 GLRendererRoster::GetRenderer(BGLView *view, ulong options) in GetRenderer() argument
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
H A DNotFormattableRvAdapter.java56 public ViewHolder(View view) { in ViewHolder() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_image.c121 struct fdl6_view view; in fd6_emit_image_descriptor() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c77 struct pipe_sampler_view *view = views ? views[i] : NULL; in set_sampler_views() local
44 fd_sampler_view_destroy(struct pipe_context *pctx, struct pipe_sampler_view *view) fd_sampler_view_destroy() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c173 translate_texture_format(enum pipe_format pipeFormat, const struct pipe_sampler_view *view) translate_texture_format() argument
282 update_map(struct i915_context *i915, uint32_t unit, const struct i915_texture *tex, const struct i915_sampler_state *sampler, const struct pipe_sampler_view *view, uint32_t state[3]) update_map() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_image.c98 struct panvk_image_view *view; in CreateImageView() local
181 struct panvk_buffer_view *view = CreateBufferView() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_objects.c125 rbug_sampler_view_create(struct rbug_context *rb_context, struct rbug_resource *rb_resource, struct pipe_sampler_view *view) rbug_sampler_view_create() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbasetexture9.h38 struct pipe_sampler_view *view[2]; /* linear and sRGB */ member
/third_party/python/Include/
H A Dmemoryobject.h63 Py_buffer view; /* private copy of the exporter's view */ member
/third_party/python/Lib/idlelib/
H A Dsqueezer.py177 def view(self, event=None): member in ExpandingButton
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DRecorderActivity.java63 public void onStartRecording(View view) { in onStartRecording() argument
75 public void onStopRecordPlay(View view) { in onStopRecordPlay() argument
82 public void onStartPlayback(View view) { in onStartPlayback() argument
H A DTestOutputActivity.java39 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() argument
115 public void onChannelBoxClicked(View view) { in onChannelBoxClicked() argument
/third_party/skia/tests/
H A DSpecialImageTest.cpp73 GrSurfaceProxyView view = img->view(rContext); in test_image() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBindGroupVk.cpp93 TextureView* view = ToBackend(GetBindingAsTextureView(bindingIndex)); in BindGroup() local
116 TextureView* view = ToBackend(GetBindingAsTextureView(bindingIndex)); in BindGroup() local
143 TextureView* view = ToBackend(textureViews[0].Get()); in BindGroup() local
H A DFencedDeleter.cpp62 void FencedDeleter::DeleteWhenUnused(VkImageView view) { in DeleteWhenUnused() argument
/third_party/vk-gl-cts/framework/platform/osx/
H A DtcuOSXVulkanPlatform.cpp46 VulkanWindow (MovePtr<osx::MetalView> view) in VulkanWindow() argument
/base/powermgr/battery_manager/charger/include/
H A Dcharger_animation.h76 virtual void Callback(OHOS::UIView* view) in Callback() argument
/base/update/updater/services/ui/control/
H A Devent_listener.cpp29 void CallBackDecorator::operator()(OHOS::UIView &view, bool isAsync) const in operator ()() argument
71 CallbackWithGuard(Callback cb, OHOS::UIView &view) CallbackWithGuard() argument
83 OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent &event) OnRelease() argument
90 OnClick(OHOS::UIView &view, [[maybe_unused]] const OHOS::ClickEvent &event) OnClick() argument
96 OnPress(OHOS::UIView &view, [[maybe_unused]] const OHOS::PressEvent &event) OnPress() argument
102 OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent &event) OnRelease() argument
108 OnCancel(OHOS::UIView &view, [[maybe_unused]] const OHOS::CancelEvent &event) OnCancel() argument
114 OnDragStart(OHOS::UIView &view, [[maybe_unused]] const OHOS::DragEvent &event) OnDragStart() argument
120 OnDrag(OHOS::UIView &view, const OHOS::DragEvent &event) OnDrag() argument
130 OnDragEnd(OHOS::UIView &view, [[maybe_unused]] const OHOS::DragEvent &event) OnDragEnd() argument
138 OnKeyAct(OHOS::UIView &view, const OHOS::KeyEvent &event) OnKeyAct() argument
155 ProcessPowerKey(OHOS::UIView &view, const OHOS::KeyEvent &event) ProcessPowerKey() argument
178 ProcessVolumeKey(OHOS::UIView &view, const OHOS::KeyEvent &event) ProcessVolumeKey() argument
[all...]
/base/update/updater/services/ui/view/component/
H A Dimg_view_adapter.cpp32 explicit ImgAnimatorCallback(ImgViewAdapter *view) in ImgAnimatorCallback() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_native_view_ffi.cpp65 auto view = FFIData::Create<NativeView>(remoteView); in FfiOHOSAceFrameworkNativeViewCtor() local
74 auto view = FFIData::GetData<NativeView>(id); in FfiOHOSAceFrameworkNativeViewDestroy() local
134 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkNativeViewSyncInstanceId() local
144 auto view in FfiOHOSAceFrameworkNativeViewRestoreInstanceId() local
154 auto view = FFIData::GetData<NativeView>(nativeViewId); FfiOHOSAceFrameworkNativeViewFinishUpdateFunc() local
164 auto view = FFIData::GetData<NativeView>(nativeViewId); FfiOHOSAceFrameworkViewDeletedElmtIdsHaveBeenPurged() local
183 auto view = FFIData::GetData<NativeView>(nativeViewId); FfiOHOSAceFrameworkViewGetDeletedElemtIds() local
[all...]
H A Dcj_customdialog_controller_ffi.h62 void SetView(NativeView* view) in SetView() argument
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.cpp372 bool UITestUIList::OnClick(UIView& view, const ClickEvent& event) in OnClick() argument
444 OnScrollStart(int16_t index, UIView* view) OnScrollStart() argument
455 OnScrollEnd(int16_t index, UIView* view) OnScrollEnd() argument
465 OnScrollTop(int16_t index, UIView* view) OnScrollTop() argument
471 OnScrollBottom(int16_t index, UIView* view) OnScrollBottom() argument
477 OnItemSelected(int16_t index, UIView* view) OnItemSelected() argument
507 SetLastPos(UIView* view) SetLastPos() argument
[all...]

Completed in 11 milliseconds

12345678910>>...20