/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-size.md | 9 ## width section
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_descriptor.md | 134 ### width subsection
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | screenshot_test.cpp | 89 uint32_t width = screenshot->GetWidth(); variable
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-size.md | 9 ## width section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___drawing___font_descriptor.md | 134 ### width subsection
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/copyframe_fuzzer/ |
H A D | copyframe_fuzzer.cpp | 38 uint32_t width; in CopyFrameFuzzTest() local
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/requestbuffer_fuzzer/ |
H A D | requestbuffer_fuzzer.cpp | 43 uint32_t width; in RequestBufferFuzzTest() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/ |
H A D | BiometricPromptLayout.java | 98 private AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() 144 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
|
/aosp14/frameworks/base/tests/SurfaceViewSyncTest/src/com/android/test/ |
H A D | SurfaceViewSyncActivity.java | 111 public void surfaceChanged(@NonNull SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() 148 public void renderFrame(SurfaceSyncGroup.SurfaceViewFrameCallback frameCallback, int width, in renderFrame()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_abstract_model_ng.cpp | 101 void ShapeAbstractModelNG::SetWidth(Dimension& width) in SetWidth() 117 void ShapeAbstractModelNG::SetWidth(FrameNode* frameNode, Dimension& width) in SetWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | checkbox_model_impl.cpp | 89 void CheckBoxModelImpl::SetWidth(const Dimension& width) in SetWidth() 125 auto width = checkboxComponent->GetWidth(); in SetPadding() local
|
H A D | checkboxgroup_model_impl.cpp | 88 void CheckBoxGroupModelImpl::SetWidth(const Dimension& width) in SetWidth() 124 auto width = checkboxComponent->GetWidth(); in SetPadding() local
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/src/ |
H A D | configuration_convertor.cpp | 61 Global::Resource::Direction ConvertDirection(int32_t height, int32_t width) in ConvertDirection() 206 std::string GetDirectionStr(int32_t height, int32_t width) in GetDirectionStr()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | rs_uni_render_fix_rotation_demo.cpp | 45 sptr<SurfaceBuffer> GetSurfaceBuffer(sptr<Surface> ohosSurface, int32_t width, int32_t height) in GetSurfaceBuffer() 64 void DoDraw(uint8_t* addr, uint32_t width, uint32_t height) in DoDraw()
|
/ohos5.0/base/powermgr/battery_manager/charger/src/ |
H A D | charger_animation.cpp | 62 constexpr std::size_t width = 2ul; in StrToColor() local 112 auto width = ChargerGraphicEngine::GetInstance().GetScreenWidth(); in InitAllComponents() local
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A D | IInlineSuggestionRenderService.aidl | 31 in InlinePresentation presentation, int width, int height, in renderSuggestion()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
H A D | DisplayResolutionTrackerTest.java | 80 private static DisplayInfo makeDisplayInfo(int width, int height) { in makeDisplayInfo()
|
/aosp14/frameworks/base/media/mca/effect/java/android/media/effect/effects/ |
H A D | IdentityEffect.java | 34 public void apply(int inputTexId, int width, int height, int outputTexId) { in apply()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | DamageAccumulator.h | 80 const float width; member
|
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | RectGridAnimation.cpp | 32 void createContent(int width, int height, Canvas& canvas) override { in createContent()
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | CacheManagerTests.cpp | 38 int32_t width = DeviceInfo::get()->getWidth(); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | BitmapMeshActivity.java | 48 final float width = mBitmap1.getWidth() / 3.0f; in BitmapMeshView() local
|
H A D | BitmapMeshLayerActivity.java | 49 final float width = mBitmap1.getWidth() / 3.0f; in BitmapMeshView() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
H A D | DefaultShortcutsSection.kt | 34 val width = resources.getDimensionPixelSize(R.dimen.keyguard_affordance_fixed_width) regex
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_model.h | 36 virtual void SetCheckMarkWidth(const Dimension& width) {} in SetCheckMarkWidth()
|