Home | History | Annotate | Download | only in media

Lines Matching refs:childTop

1269                     int childTop = paddingTop + mRectArray[i].top;
1275 childBottom, childLeft, childRight, childTop));
1277 child.layout(childLeft, childTop, childRight, childBottom);
1294 int childTop = paddingTop + mRectArray[i].top;
1296 canvas.translate(childLeft, childTop);