Files
frameworks_base/core/java/android/view
Marin Shalamanov 41cb66fa00 Change the type of display port from byte to int
Using byte for display port is error prone since ports
are in the range [0, 255] and bytes have the range [-128, 127].
This way we need to downcast from int to byte in order to write a
value to display port and also we need to call Byte.toUnsignedInt
every time we want to consume it.

Test: m services
Bug: 153334857
Change-Id: I4dce87c0a411c5d447f62cc5564eb4b8a8fb75f0
2020-04-27 22:11:29 +02:00
..
2019-10-10 22:41:57 +00:00
2020-02-24 12:45:27 -08:00
2020-03-26 06:58:07 +00:00
2020-02-24 12:45:27 -08:00
2019-10-17 17:21:29 +00:00
2020-03-26 06:58:07 +00:00