Android APIs
public static class

AssistStructure.WindowNode

extends Object
java.lang.Object
   ↳ android.app.assist.AssistStructure.WindowNode

Class Overview

Describes a window in the assist data.

Summary

Public Methods
int getDisplayId()
Returns the ID of the display this window is on, for use with DisplayManager.getDisplay().
int getHeight()
Returns the total height of the window in pixels.
int getLeft()
Returns the left edge of the window, in pixels, relative to the left edge of the screen.
AssistStructure.ViewNode getRootViewNode()
Returns the AssistStructure.ViewNode containing the root content of the window.
CharSequence getTitle()
Returns the title associated with the window, if it has one.
int getTop()
Returns the top edge of the window, in pixels, relative to the top edge of the screen.
int getWidth()
Returns the total width of the window in pixels.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getDisplayId ()

Added in API level 23

Returns the ID of the display this window is on, for use with DisplayManager.getDisplay().

public int getHeight ()

Added in API level 23

Returns the total height of the window in pixels.

public int getLeft ()

Added in API level 23

Returns the left edge of the window, in pixels, relative to the left edge of the screen.

public AssistStructure.ViewNode getRootViewNode ()

Added in API level 23

Returns the AssistStructure.ViewNode containing the root content of the window.

public CharSequence getTitle ()

Added in API level 23

Returns the title associated with the window, if it has one.

public int getTop ()

Added in API level 23

Returns the top edge of the window, in pixels, relative to the top edge of the screen.

public int getWidth ()

Added in API level 23

Returns the total width of the window in pixels.