Home | History | Annotate | Download | only in widget

Lines Matching defs:bottom

118             int bottom;
123 for (int i = 0; mFirstPosition + i < count && top < parentBottom; i++, top = bottom) {
127 bottom = top + getDecoratedMeasuredHeight(v);
128 layoutDecorated(v, left, top, right, bottom);
165 final int bottom = getDecoratedTop(topView);
166 final int top = bottom - getDecoratedMeasuredHeight(v);
167 layoutDecorated(v, left, top, right, bottom);
186 final int bottom = top + getDecoratedMeasuredHeight(v);
187 layoutDecorated(v, left, top, right, bottom);
215 final int bottom = getDecoratedTop(getChildAt(0));
218 final int top = bottom - getDecoratedMeasuredHeight(v);
219 layoutDecorated(v, left, top, right, bottom);
233 final int bottom = top + getDecoratedMeasuredHeight(v);
234 layoutDecorated(v, left, top, right, bottom);