Searched defs:bottomMargin (Results 1 – 3 of 3) sorted by relevance
148 int bottomMargin = (int) (elementRect.height() * bottomMarginRatio); in perform() local
281 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets() local
56 private int bottomMargin; /* bottom scroll margin */ field in VDUBuffer