Merge "Update TRANSIT_FIRST_CUSTOM to ensure custom transit values don't change" into udc-dev

This commit is contained in:
Pablo Gamito
2023-04-20 08:52:19 +00:00
committed by Android (Google) Code Review

View File

@@ -467,7 +467,7 @@ public interface WindowManager extends ViewManager {
* implementation.
* @hide
*/
int TRANSIT_FIRST_CUSTOM = 13;
int TRANSIT_FIRST_CUSTOM = 1000;
/**
* @hide