Searched refs:mRectArray (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1087 private Rect[] mRectArray; field in class:Cea708CCWidget.ScaledLayout
1153 mRectArray = new Rect[count];
1187 mRectArray[i] = new Rect((int) (scaleStartCol * width), (int) (scaleStartRow
1197 if (child.getMeasuredHeight() > mRectArray[i].height()) {
1198 int overflowedHeight = child.getMeasuredHeight() - mRectArray[i].height();
1200 mRectArray[i].bottom += overflowedHeight;
1201 mRectArray[i].top -= overflowedHeight;
1202 if (mRectArray[i].top < 0) {
1203 mRectArray[i].bottom -= mRectArray[
[all...]

Completed in 106 milliseconds