public static class AssistStructure.WindowNode
extends Object
java.lang.Object | |
↳ | android.app.assist.AssistStructure.WindowNode |
描述辅助数据中的窗口。
Public methods |
|
---|---|
int |
getDisplayId() 返回此窗口所在的显示器的ID,用于 |
int |
getHeight() 以像素为单位返回窗口的总高度。 |
int |
getLeft() 以像素为单位返回相对于屏幕左边缘的窗口左边缘。 |
AssistStructure.ViewNode |
getRootViewNode() 返回包含窗口根内容的 |
CharSequence |
getTitle() 返回与窗口关联的标题(如果有)。 |
int |
getTop() 以像素为单位返回相对于屏幕顶部边缘的窗口顶部边缘。 |
int |
getWidth() 以像素为单位返回窗口的总宽度。 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
int getDisplayId ()
返回此窗口所在显示的ID,供 DisplayManager.getDisplay()
使用。
Returns | |
---|---|
int |
AssistStructure.ViewNode getRootViewNode ()
返回包含窗口根内容的 AssistStructure.ViewNode
。
Returns | |
---|---|
AssistStructure.ViewNode |