CGkitActivity CGSurfaceView CGJniExports 图形引擎服务 说明 Android Package Summary com.huawei.hms.scene.common.base.ar Overview Enum Value Summary FaceLandmark com.huawei.hms.scene.engine.iphysics.utils Overview Class Summary BodyInfo CircleShape Color EdgeShape ParticleGroupIn...
测试应用的设备:参见AREngine特性软硬件依赖表。如果同时使用多个HMS Core的服务,则需要使用各个Kit对应...
Feb 10, 2023 .gitignore Initial commit Jul 20, 2020 LICENSE first commit Jul 20, 2020 README.md Update Demo Feb 10, 2023 README_ZH.md Update Demo Feb 10, 2023 build.gradle Update Demo Feb 10, 2023 gradle.properties Update Demo
public void onSurfaceCreated(GL10 gl, EGLConfig config) 当Surface被创建时该方法被调用。 Parameters Name Description gl gl接口。 config EGLConfig对象。 onTouchEvent Method public boolean onTouchEvent(MotionEvent event) 响应触摸事件时该方法被调用。 Parameters Name Description event 触摸事件。 Returns ...
build() { Column() { Navigation() { NavRouter() { Row() { Row().width(30).height(30).borderRadius(30).margin({ left: 3, right: 10 }).backgroundColor(Color.Pink) Text(`WLAN`) .fontSize(22) .fontWeight(500) .textAlign(TextAlign.Center) } .width('90%') .h...
offset: { dx: 0, dy: -10 }, sheets: [ { title: 'apples', action: () => { console.log('apples') } }, { title: 'bananas', action: () => { console.log('bananas') } }, { title: 'pears', action: () => { console.log('pears') } } ] }) }) }.width('...
build() { Column({ space: 10 }) { Text('margin and padding:').fontSize(12).fontColor(0xCCCCCC).width('90%') Row() { // 宽度80 ,高度80 ,外边距20(蓝色区域),上下左右的内边距分别为5、15、10、20(白色区域) Row() { Row().size({ width: '100%', height...
触摸热区设置 适用于支持通用点击事件、通用触摸事件、通用手势处理的组件。 从API Version 8开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。 属性 名称 参数……欲了解更多信息欢迎访问华为HarmonyOS开发者官网
build() { Column({ space: 10 }) { // 绘制一个直径为150的圆 Circle({ width: 150, height: 150 }) // 绘制一个直径为150、线条为红色虚线的圆环(宽高设置不一致时以短边为直径) Circle() .width(150) .height(200) .fillOpacity(0) .strokeWidth(3) .stroke(Color.Red) .s...
.fontSize(10) .backgroundColor(Color.Red) .width(50) .height(50) .align(Alignment.Center) .margin({ top: 2 }) } }build() { Column({ space: 2 }) { WaterFlow({ footer: this.itemFoot.bind(this), scroller: this.scroller }) { ...