Searched defs:topMargin (Results 1 – 9 of 9) sorted by relevance
81 private var topMargin = 0 in <lambda>() variable
456 int topMargin = mUseLargeScreenShadeHeader ? mLargeScreenShadeHeaderHeight : in updateResources() local
135 final int topMargin = rand.nextInt(); in testComplicationMarginPosition() local
410 private val topMargin: Int, constant in MarginItemDecorator
500 private void setTopMargin(int topMargin) { in setTopMargin()
1394 int topMargin = Math.max(0, vInfo.getTopMargin()); in paintBorders() local
1176 int topMargin = 0; in onLayout() local
1196 int topMargin = getMargin(c, false, true); in onLayout() local
8488 public int topMargin; field in ViewGroup.MarginLayoutParams