Searched refs:mRectArray (Results 1 – 2 of 2) sorted by relevance
1087 private Rect[] mRectArray; field in Cea708CCWidget.ScaledLayout1153 mRectArray = new Rect[count]; in onMeasure()1187 mRectArray[i] = new Rect((int) (scaleStartCol * width), (int) (scaleStartRow in onMeasure()1197 if (child.getMeasuredHeight() > mRectArray[i].height()) { in onMeasure()1198 int overflowedHeight = child.getMeasuredHeight() - mRectArray[i].height(); in onMeasure()1200 mRectArray[i].bottom += overflowedHeight; in onMeasure()1201 mRectArray[i].top -= overflowedHeight; in onMeasure()1202 if (mRectArray[i].top < 0) { in onMeasure()1203 mRectArray[i].bottom -= mRectArray[i].top; in onMeasure()1204 mRectArray[i].top = 0; in onMeasure()[all …]
35681 Landroid/media/Cea708CCWidget$ScaledLayout;->mRectArray:[Landroid/graphics/Rect;