From fcb3add08f40bfbded442d40b79fc3a57ae71e2a Mon Sep 17 00:00:00 2001 From: William Osborn Date: Wed, 12 Oct 2022 16:40:12 +0100 Subject: Letterboxing improvements for tabletop mode Move letterboxed apps to the top screen and resize when in tabletop pose and move to the left for book mode. Also allow double-tapping to move the app to the alternative half of the screen. Bug: 245740388 Test: locally tested Change-Id: I14434ad23091de3957f04284e03da8701f159fa4 --- proto/src/windowmanager.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proto/src') 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 -- cgit v1.2.3-59-g8ed1b