Searched refs:snippetView (Results 1 – 3 of 3) sorted by relevance
84 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) { in initSnippet() argument85 ((ImageView)snippetView.findViewById(R.id.app_icon)).setImageDrawable(icon); in initSnippet()86 ((TextView)snippetView.findViewById(R.id.app_name)).setText(label); in initSnippet()87 return snippetView; in initSnippet()101 ApplicationInfo appInfo, View snippetView) { in initSnippetForInstalledApp() argument104 snippetView, in initSnippetForInstalledApp()
138 View snippetView = findViewById(R.id.app_snippet); in initView() local139 PackageUtil.initSnippetForInstalledApp(this, mAppInfo, snippetView); in initView()
186 View snippetView = findViewById(R.id.uninstall_activity_snippet);187 PackageUtil.initSnippetForInstalledApp(this, mAppInfo, snippetView);