Home | History | Annotate | Download | only in ui

Lines Matching refs:topMargin

187         int th = lp.topMargin + v.getMeasuredHeight() + lp.bottomMargin;
194 result.top = b - th + lp.topMargin;
200 result.top = (b + t) / 2 - th / 2 + lp.topMargin;
207 result.top = t + lp.topMargin;
214 result.top = (b + t) / 2 - th / 2 + lp.topMargin;
224 int th = lp.topMargin + v.getMeasuredHeight() + lp.bottomMargin;
228 cy - th / 2 + lp.topMargin,
236 int th = lp.topMargin + v.getMeasuredHeight() + lp.bottomMargin;
245 t = cy - th / 2 + lp.topMargin;
252 t = other.bottom + lp.topMargin;
259 t = cy - th / 2 + lp.topMargin;
266 t = other.top - th + lp.topMargin;
276 int th = lp.topMargin + v.getMeasuredHeight() + lp.bottomMargin;
284 t = cy - th / 2 + lp.topMargin;
290 t = other.top - th + lp.topMargin;
296 t = cy - th / 2 + lp.topMargin;
302 t = other.bottom + lp.topMargin;