Sony Addon SDK
public static interface

Registration.DisplayColumns

This project is no longer being supported and will not get any further updates.

Class Overview

Column-definitions for the Display table

Summary

Constants
java.lang.String DEVICE_ID The ID of the device corresponding to this display
java.lang.String DISPLAY_WIDTH The width of the display
java.lang.String DISPLAY_HEIGHT The width of the display
java.lang.String COLORS The number of colors supported by the display
java.lang.String REFRESH_RATE The refresh rate supported by the display
java.lang.String LATENCY The latency of the display
java.lang.String TAP_TOUCH Indicates if tap touch is supported by the display
java.lang.String MOTION_TOUCH Indicates if motion touch is supported by the display
java.lang.String IS_EMULATED Indicates if the display is a real display or an emulated display to provide compatibility with other accessories.
java.lang.String SUPPORTS_LOW_POWER_MODE Indicates if the display supports active low power mode.
java.lang.String MENU_ITEMS Indicates the number of menu items supported by the display.

Constants

Added in API level 1.0 public static final java.lang.String DEVICE_ID

The ID of the device corresponding to this display

TYPE: INTEGER (long)

PRESENCE: REQUIRED

Constant Value: "deviceId"

Added in API level 1.0 public static final java.lang.String DISPLAY_WIDTH

The width of the display

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "width"

Added in API level 1.0 public static final java.lang.String DISPLAY_HEIGHT

The width of the display

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "height"

Added in API level 1.0 public static final java.lang.String COLORS

The number of colors supported by the display

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "colors"

Added in API level 1.0 public static final java.lang.String REFRESH_RATE

The refresh rate supported by the display

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "refreshRate"

Added in API level 1.0 public static final java.lang.String LATENCY

The latency of the display

TYPE: INTEGER (int)

PRESENCE: REQUIRED

Constant Value: "latency"

Added in API level 1.0 public static final java.lang.String TAP_TOUCH

Indicates if tap touch is supported by the display

TYPE: BOOLEAN

PRESENCE: REQUIRED

Constant Value: "tapTouch"

Added in API level 1.0 public static final java.lang.String MOTION_TOUCH

Indicates if motion touch is supported by the display

TYPE: BOOLEAN

PRESENCE: REQUIRED

Constant Value: "motionTouch"

Added in API level 2.0 public static final java.lang.String IS_EMULATED

Indicates if the display is a real display or an emulated display to provide compatibility with other accessories.

TYPE: BOOLEAN

PRESENCE: OPTIONAL (Default value is FALSE)

Constant Value: "isEmulated"

Added in API level 2.0 public static final java.lang.String SUPPORTS_LOW_POWER_MODE

Indicates if the display supports active low power mode.

TYPE: BOOLEAN

PRESENCE: OPTIONAL (Default value is FALSE)

Constant Value: "supportsLowPowerMode"

Indicates the number of menu items supported by the display. 0 means that the accessory does not support showing a menu on this display.

TYPE: INTEGER (int)

PRESENCE: OPTIONAL (Default value is 0)

See Also

Constant Value: "menuItems"