Searched defs:bottomMargin (Results 1 – 5 of 5) sorted by relevance
99 int bottomMargin = mContext.getResources().getDimensionPixelSize( in updateMargins() local
334 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets() local
1177 int bottomMargin = 0; in onLayout() local
1198 int bottomMargin = getMargin(c, false, false); in onLayout() local
8356 public int bottomMargin; field in ViewGroup.MarginLayoutParams