Merge "TaskFragmentParentInfo should be updated for LTR/RTL changes" into tm-dev am: 4e073427ed

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18130747

Change-Id: Ia83af1566f463b3b6ebde633108689f02adef2be
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Louis Chang
2022-05-04 01:31:14 +00:00
committed by Automerger Merge Worker

View File

@@ -113,7 +113,8 @@ class WindowOrganizerController extends IWindowOrganizerController.Stub
* will be filtered to only include these.
*/
static final int CONTROLLABLE_CONFIGS = ActivityInfo.CONFIG_WINDOW_CONFIGURATION
| ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE | ActivityInfo.CONFIG_SCREEN_SIZE;
| ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE | ActivityInfo.CONFIG_SCREEN_SIZE
| ActivityInfo.CONFIG_LAYOUT_DIRECTION;
static final int CONTROLLABLE_WINDOW_CONFIGS = WindowConfiguration.WINDOW_CONFIG_BOUNDS
| WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS;