Update Layout#getRangeForRect to not use Range
android.util.Range is not suitable for text ranges since it uses inclusive boundaries, whereas the convention in text is to represent ranges with an inclusive start boundary and exclusive end boundary. So the API is updated to use an array of two ints to represent the text range. Bug: 251085162 Test: atest android.text.cts.LayoutGetRangeForRectTest Change-Id: I54ab6d2741d1cfbbb743e477de4fa7299382fcfb
Loading
Please register or sign in to comment