Searched refs:mRecentAppsRow (Results 1 – 1 of 1) sorted by relevance
36 private final LinearLayout mRecentAppsRow; field in RecentAppsRowViewHolder41 mRecentAppsRow = view.findViewById(R.id.recent_apps_row); in RecentAppsRowViewHolder()52 mRecentAppsRow.removeAllViews(); in bind()53 mRecentAppsRow.setWeightSum(mColumnNumber); in bind()62 LayoutInflater.from(mContext).inflate(R.layout.app_item, mRecentAppsRow, false); in bind()73 mRecentAppsRow.addView(view); in bind()81 mRecentAppsRow.addView(new View(mContext), params); in bind()