鸿蒙OS 第17页
晴川云鸿蒙OS教程:鸿蒙OS Spliterator.OfDouble,晴川云

晴川云鸿蒙OS教程:鸿蒙OS Spliterator.OfDouble

Spliterator.OfDouble public static interface Spliterator.OfDouble extends Spliterator.OfPrimitive<Double,DoubleConsumer,Spliterator.OfDouble> 专门用于double值的 Spliterator。...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS Iterable,晴川云

晴川云鸿蒙OS教程:鸿蒙OS Iterable

Iterable public interface Iterable<T> 实现此接口允许对象成为“for-each 循环”语句的目标。 请参阅 For-each 循环 方法总结 修饰符和类型 方法 描述 default void forEach(Consu...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS NestedScrollCoordinator,晴川云

晴川云鸿蒙OS教程:鸿蒙OS NestedScrollCoordinator

NestedScrollCoordinator java.lang.Object |---ohos.agp.components.Component |---|---ohos.agp.components.ComponentContainer |---|---|---ohos.agp.components.DirectionalLayout |---|---...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS LightweightSet,晴川云

晴川云鸿蒙OS教程:鸿蒙OS LightweightSet

LightweightSet java.lang.Object |---ohos.utils.LightweightSet<E& public final class LightweightSet<E> extends Object implements Collection<E>, Set<E> 提供...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS DisplayManager,晴川云

晴川云鸿蒙OS教程:鸿蒙OS DisplayManager

DisplayManager java.lang.Object |---ohos.agp.window.service.DisplayManager public class DisplayManager extends Object 管理显示实例。 此类是单例,用于获取 Display 对象以获取有关显示...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS Ability AbilitySlice,晴川云

晴川云鸿蒙OS教程:鸿蒙OS Ability AbilitySlice

作为使用 Page 模板的 Ability 的基本单位 ,AbilitySlice 为服务逻辑和 UI 显示提供了带有载体的功能。 一个能力可以有多个能力切片。您必须重写 Ability#onStart(Intent)方法以指定默认的...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS Component.LayoutRefreshedListener,晴川云

晴川云鸿蒙OS教程:鸿蒙OS Component.LayoutRefreshedListener

Component.LayoutRefreshedListener public static interface Component.LayoutRefreshedListener 提供在再次布局组件时调用的回调。 方法总结 修饰符和类型 方法 描述 void onRefreshed(Compon...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS FormBaseInfo,晴川云

晴川云鸿蒙OS教程:鸿蒙OS FormBaseInfo

FormBaseInfo java.lang.Object |---ohos.bundle.FormBaseInfo public class FormBaseInfo extends Object implements Sequenceable 提供有关表单的基本信息。 嵌套类摘要 从接口 ohos.utils.Se...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS Component.ForwardTouchListener,晴川云

晴川云鸿蒙OS教程:鸿蒙OS Component.ForwardTouchListener

Component.ForwardTouchListener public static interface Component.ForwardTouchListener 在将触摸事件转发到子组件之前提供要调用的回调。 方法总结 修饰符和类型 方法 描述 boolean onForwa...
395590542的头像,晴川云晴川运维3个月前
000
晴川云鸿蒙OS教程:鸿蒙OS OEM扩展接口,晴川云

晴川云鸿蒙OS教程:鸿蒙OS OEM扩展接口

场景介绍 为了支持不同 OEM 车型信号矩阵定制化需求,HarmonyOS 提供了 OEM 扩展接口,用于访问/设置/订阅/去订阅 OEM 自定义信号。 说明 该功能针对不同的 OEM 车厂/车型,提供了统一的 OEM 扩...
395590542的头像,晴川云晴川运维3个月前
000