Searched refs:topOffset (Results 1 – 2 of 2) sorted by relevance
230 int topOffset = mHeaderMessage.shouldShow() ? 1 : 0;231 return (mBreakPosition != -1 && p > mBreakPosition) ? p - 1 - topOffset : p - topOffset;242 int topOffset = mHeaderMessage.shouldShow() ? 1 : 0;244 p += topOffset;
128 private TopAndBottomOffsetDecoration(int topOffset) { in TopAndBottomOffsetDecoration() argument129 mTopAndBottomOffset = topOffset; in TopAndBottomOffsetDecoration()