Searched defs:snippetView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageUtil.java66 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) { argument
67 ((ImageView)snippetView.findViewById(R.id.app_icon)).setImageDrawable(icon);
68 ((TextView)snippetView.findViewById(R.id.app_name)).setText(label);
69 return snippetView;
80 * @param snippetView the snippet view
83 ApplicationInfo appInfo, View snippetView) {
84 return initSnippetForInstalledApp(pContext, appInfo, snippetView, null);
95 * @param snippetView the snippet view
99 ApplicationInfo appInfo, View snippetView, UserHandle user) {
106 snippetView,
82 initSnippetForInstalledApp(Context pContext, ApplicationInfo appInfo, View snippetView) argument
98 initSnippetForInstalledApp(Context pContext, ApplicationInfo appInfo, View snippetView, UserHandle user) argument
[all...]

Completed in 69 milliseconds