Searched defs:topMargin (Results 1 – 5 of 5) sorted by relevance
1370 int topMargin = Math.max(0, vInfo.getTopMargin()); in paintBorders() local
382 … int topMargin = getScaleForExtent(windowRect, displayRect, mBaseTopMargin, mMinMargin, HEIGHT); in initialize() local
1176 int topMargin = 0; in onLayout() local
1190 int topMargin = getMargin(c, false, true); in onLayout() local
8083 public int topMargin; field in ViewGroup.MarginLayoutParams