java.lang.Object | |
↳ | android.app.assist.AssistStructure.WindowNode |
Describes a window in the assist data.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the ID of the display this window is on, for use with
DisplayManager.getDisplay() .
| |||||||||||
Returns the total height of the window in pixels.
| |||||||||||
Returns the left edge of the window, in pixels, relative to the left
edge of the screen.
| |||||||||||
Returns the
AssistStructure.ViewNode containing the root content of the window.
| |||||||||||
Returns the title associated with the window, if it has one.
| |||||||||||
Returns the top edge of the window, in pixels, relative to the top
edge of the screen.
| |||||||||||
Returns the total width of the window in pixels.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the ID of the display this window is on, for use with
DisplayManager.getDisplay()
.
Returns the left edge of the window, in pixels, relative to the left edge of the screen.
Returns the AssistStructure.ViewNode
containing the root content of the window.
Returns the title associated with the window, if it has one.
Returns the top edge of the window, in pixels, relative to the top edge of the screen.