Home
last modified time | relevance | path

Searched refs:shouldDrawDividerBelow (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
DDividerItemDecoration.java112 if (shouldDrawDividerBelow(view, parent)) { in onDraw()
123 if (shouldDrawDividerBelow(view, parent)) { in getItemOffsets()
128 private boolean shouldDrawDividerBelow(View view, RecyclerView parent) { in shouldDrawDividerBelow() method in DividerItemDecoration