Searched defs:bottomOffset (Results 1 – 5 of 5) sorted by relevance
403 int bottomOffset = 0; in onLayout() local
1815 int bottomOffset = calculateOffsetFromBottomToTop(line); in showAlternates() local2386 int bottomOffset = calculateOffsetFromBottomToTop(line); in showAddress() local
627 int bottomOffset = end - lastBottom; in correctTooHigh() local
1461 int bottomOffset = end - lastBottom; in correctTooHigh() local
397 DividerDecoration(int leftOffset, int topOffset, int rightOffset, int bottomOffset) { in DividerDecoration()