Merge "Update TvSettingsUIInteracted atom" into rvc-dev am: b049c5073c
Change-Id: I77f2632aab00175a7a84ee73d17866c89e7c733c
This commit is contained in:
@@ -9461,9 +9461,6 @@ message TvSettingsUIInteracted {
|
|||||||
|
|
||||||
/** The ID of the entry that the users actioned on */
|
/** The ID of the entry that the users actioned on */
|
||||||
optional android.app.tvsettings.ItemId item_id = 2;
|
optional android.app.tvsettings.ItemId item_id = 2;
|
||||||
|
|
||||||
/** Additional information (e.g., navigation direction on page focused) */
|
|
||||||
optional string additional_info = 3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -44,6 +44,24 @@ enum Action {
|
|||||||
/** Denotes that a toggle is clicked by a user. */
|
/** Denotes that a toggle is clicked by a user. */
|
||||||
TOGGLE_INTERACTED = 3;
|
TOGGLE_INTERACTED = 3;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Denotes that a TvSettings page is being focused in the forward direction
|
||||||
|
* into the settings tree.
|
||||||
|
*/
|
||||||
|
PAGE_FOCUSED_FORWARD = 4;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Denotes that a TvSettings page is being focused in the backward direction
|
||||||
|
* up the settings tree.
|
||||||
|
*/
|
||||||
|
PAGE_FOCUSED_BACKWARD = 5;
|
||||||
|
|
||||||
|
/** Denotes that a toggle is turned on by a user. */
|
||||||
|
TOGGLED_ON = 6;
|
||||||
|
|
||||||
|
/** Denotes that a toggle is turned off by a user. */
|
||||||
|
TOGGLED_OFF = 7;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user