Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DRecentAppsRowViewHolder.java36 private final LinearLayout mRecentAppsRow; field in RecentAppsRowViewHolder
41 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()