Searched refs:iconFrameLayoutParams (Results 1 – 1 of 1) sorted by relevance
85 LinearLayout.LayoutParams iconFrameLayoutParams = (LinearLayout.LayoutParams) in onBindViewHolder() local87 iconFrameLayoutParams.gravity = Gravity.TOP; in onBindViewHolder()88 iconFrame.setLayoutParams(iconFrameLayoutParams); in onBindViewHolder()