ComplicationSlotBoundsType


Note: As of July 10, 2024, watch faces must use the Watch Face Format in order to be installed on new watches that launch with Wear OS 5 pre-installed. Learn more about the user-facing changes in this Help Center article.

Additionally, starting in early 2025 (specific date to be announced during Q4 2024), all new watch faces published on Google Play must use the Watch Face Format.

public static class ComplicationSlotBoundsType


The various types of ComplicationSlot bounds.

Summary

Constants

static final int

For a full screen image complication slot drawn behind the watch face.

static final int
EDGE = 2

For edge of screen complication slots.

static final int

The default, most complication slots are either circular or rounded rectangles.

Constants

BACKGROUND

Added in 1.2.0
public static final int BACKGROUND = 1

For a full screen image complication slot drawn behind the watch face. Note you can only have a single background complication slot.

EDGE

Added in 1.2.0
public static final int EDGE = 2

For edge of screen complication slots.

ROUND_RECT

Added in 1.2.0
public static final int ROUND_RECT = 0

The default, most complication slots are either circular or rounded rectangles.

Public fields

INSTANCE

Added in 1.2.0
public static @NonNull ComplicationSlotBoundsType INSTANCE