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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageUtil.java76 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) { argument
77 ((ImageView)snippetView.findViewById(R.id.app_icon)).setImageDrawable(icon);
78 ((TextView)snippetView.findViewById(R.id.app_name)).setText(label);
79 return snippetView;
90 * @param snippetView the snippet view
93 ApplicationInfo appInfo, View snippetView) {
94 return initSnippetForInstalledApp(pContext, appInfo, snippetView, null);
105 * @param snippetView the snippet view
109 ApplicationInfo appInfo, View snippetView, UserHandle user) {
116 snippetView,
92 initSnippetForInstalledApp(Activity pContext, ApplicationInfo appInfo, View snippetView) argument
108 initSnippetForInstalledApp(Activity pContext, ApplicationInfo appInfo, View snippetView, UserHandle user) argument
[all...]

Completed in 101 milliseconds