gpt4 book ai didi

android - WindowManager.LayoutParams 构造函数参数的顺序和含义是什么?

转载 作者:太空狗 更新时间:2023-10-29 14:59:16 28 4
gpt4 key购买 nike

我找不到 LayoutParams 的顺序和含义的描述构造函数参数。这是我在 developer.android.com 上能找到的所有内容:

WindowManager.LayoutParams() 
WindowManager.LayoutParams(int _type)
WindowManager.LayoutParams(int _type, int _flags)
WindowManager.LayoutParams(int _type, int _flags, int _format)
WindowManager.LayoutParams(int w, int h, int _type, int _flags, int _format)
WindowManager.LayoutParams(int w, int h, int xpos, int ypos, int _type, int _flags, int _format)
WindowManager.LayoutParams(Parcel in)

..........没有进一步的描述。例如,我假设“int w”是设置宽度参数。

有谁知道哪里对此有很好的描述?

最佳答案

我遇到了同样的问题!

最后我通过将 LayoutParams 的“type”设置为“TYPE_SYSTEM_ALERT”解决了这个问题,它总是在应用程序窗口的顶部:

http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#TYPE_SYSTEM_ALERT

关于android - WindowManager.LayoutParams 构造函数参数的顺序和含义是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28531757/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com