Searched defs:bottomMargin (Results 1 – 9 of 9) sorted by relevance
163 private void setBottomMargin(View v, int bottomMargin) { in setBottomMargin()
320 final int bottomMargin = Math.max( in onApplyWindowInsets() local
439 final int bottomMargin = 8; in testItemDecorationAndMargins() local491 final int bottomMargin = 8; in testItemDecorationAndMarginsAndOpticalBounds() local
1737 int bottomMargin = 0; in updateTextAndIcon() local
440 int bottomMargin = getScaleForExtent(windowRect, displayRect, mBaseBottomMargin, mMinMargin, in initialize() local
1059 int bottomMargin = getMargin(c, false, false); in onLayout() local
1177 int bottomMargin = 0; in onLayout() local
1159 int bottomMargin = getMargin(c, false, false); in onLayout() local
7170 public int bottomMargin; field in ViewGroup.MarginLayoutParams