帮助您使用 Intent 设置当前应用程序的窗口属性。
此类将窗口的填充设置封装在 Intent 中,并且您无需关心数据的存储方式。
建设者 | 描述 |
---|---|
WindowAttributeHelper(Intent intentAttribute) | 用于创建 WindowAttributeHelper 实例的参数化构造函数。 |
修饰符和类型 | 方法 | 描述 |
---|---|---|
Ability.WindowAttributeHelpe | setBottomPadding(int 底部) | 设置窗口的底部填充。 |
Ability.WindowAttributeHelper | setLeftPadding(向左整数) | 设置窗口的左填充。 |
Ability.WindowAttributeHelper | setRightPadding(int 右) | 设置窗口的右填充。 |
Ability.WindowAttributeHelper | setTopPadding(int 顶部) | 设置窗口的顶部填充。 |
从类 java.lang 继承的方法。object |
---|
clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait |
public WindowAttributeHelper(Intent intentAttribute)
用于创建 WindowAttributeHelper 实例的参数化构造函数。
调用 WindowAttributeHelper 提供的设置方法后,实例中携带的 Intent 将自动存储属性设置。
参数:
参数名称 | 参数说明 |
---|---|
intentAttribute | 指示用于存储窗口属性的 Intent。 |
public Ability.WindowAttributeHelper setLeftPadding(int left)
设置窗口的左填充。
参数:
参数名称 | 参数说明 |
---|---|
剩下 | 指示要设置的窗口的左填充(以像素为单位) |
返回值:
返回具有指定左填充的 WindowAttributeHelper 对象。
public Ability.WindowAttributeHelper setTopPadding(int top)
设置窗口的顶部填充。
参数:
参数名称 | 参数说明 |
---|---|
最佳 | 指示要设置的窗口的顶部填充,以像素为单位 |
返回值:
返回具有指定顶部填充的 WindowAttributeHelper 对象。
public Ability.WindowAttributeHelper setRightPadding(int right)
设置窗口的右填充。
参数:
参数名称 | 参数说明 |
---|---|
对 | 指示要设置的窗口的右填充,以像素为单位 |
返回值:
返回具有指定右填充的 WindowAttributeHelper 对象。
public Ability.WindowAttributeHelper setBottomPadding(int bottom)
设置窗口的底部填充。
参数:
参数名称 | 参数说明 |
---|---|
底部 | 指示要设置的窗口的底部填充,以像素为单位。 |
返回值:
返回具有指定底部填充的 WindowAttributeHelper 对象。
封装正在运行的应用程序的内存使用信息。构造器摘要建设者描述MemoryInfo()用于创建MemoryInfo实例的构造函数。方法总结修饰符...
https://www..cn/harmonyos/harmonyos-4lhg3ct1.html从供应商处获取AbilityForm客户端的查看状态。供应商调用的回调方法ViewList...
目录27.1. 标准 Unix 工具27.2. 统计收集器27.2.1. 统计收集配置27.2.2. 查看统计信息27.2.3. pg_stat_activity27.2.4. pg_stat_...
32.1.1. 在一个临时安装上运行测试32.1.2. 在一个现有安装上运行测试32.1.3. 附加测试套件32.1.4. 区域和编码32.1.5. 额外测试32...
33.3.1. 主要函数33.3.2. 检索查询结果信息33.3.3. 检索其他结果信息33.3.4. 用于包含在 SQL 命令中的转移串一旦到一个数据库服...