Searched refs:currRow (Results 1 – 1 of 1) sorted by relevance
141 var currRow = createNewRowLayout(inflater) in PromptVerticalListContentView() variable149 if (showTwoColumn && currRow.childCount == 1) { in PromptVerticalListContentView()150 currRow.addSpaceViewBetweenListItem() in PromptVerticalListContentView()152 currRow.addView(itemView) in PromptVerticalListContentView()156 if (!showTwoColumn || currRow.childCount == 3 || i == listItemsToShow.size - 1) { in PromptVerticalListContentView()157 contentView.addView(currRow) in PromptVerticalListContentView()158 currRow = createNewRowLayout(inflater) in PromptVerticalListContentView()