diff options
author | 2022-12-21 14:44:10 +0000 | |
---|---|---|
committer | 2022-12-21 14:44:10 +0000 | |
commit | 59326ce72879139af852ac3f8c6ea62c79059d0c (patch) | |
tree | 8e778a977469edce4012358137578ae0dde6812e /proto/src | |
parent | b0b297da797984e3e3a837d91d1edbba54d5fe8e (diff) | |
parent | fcb3add08f40bfbded442d40b79fc3a57ae71e2a (diff) |
Merge "Letterboxing improvements for tabletop mode" into tm-qpr-dev
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/windowmanager.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/windowmanager.proto b/proto/src/windowmanager.proto index f26404c66623..da4dfa98401e 100644 --- a/proto/src/windowmanager.proto +++ b/proto/src/windowmanager.proto @@ -68,4 +68,8 @@ message LetterboxProto { LetterboxHorizontalReachability letterbox_position_for_horizontal_reachability = 1; // Represents the current vertical position for the letterboxed activity LetterboxVerticalReachability letterbox_position_for_vertical_reachability = 2; + // Represents the current horizontal position for the letterboxed activity in book mode + LetterboxHorizontalReachability letterbox_position_for_book_mode_reachability = 3; + // Represents the current vertical position for the letterboxed activity in tabletop mode + LetterboxVerticalReachability letterbox_position_for_tabletop_mode_reachability = 4; }
\ No newline at end of file |