Searched refs:dividerIntrinsicHeight (Results 1 – 1 of 1) sorted by relevance
80 private int dividerIntrinsicHeight; field in DividerItemDecoration109 final int dividerHeight = this.dividerHeight != 0 ? this.dividerHeight : dividerIntrinsicHeight; in onDraw()124 outRect.bottom = dividerHeight != 0 ? dividerHeight : dividerIntrinsicHeight; in getItemOffsets()187 dividerIntrinsicHeight = divider.getIntrinsicHeight(); in setDivider()189 dividerIntrinsicHeight = 0; in setDivider()