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

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java507 final View appSnippet = mHeader.findViewById(R.id.app_snippet);
509 setupAppSnippet(appSnippet, mAppEntry.label, mAppEntry.icon,
1000 public static void setupAppSnippet(View appSnippet, CharSequence label, Drawable icon, argument
1002 LayoutInflater.from(appSnippet.getContext()).inflate(R.layout.widget_text_views,
1003 (ViewGroup) appSnippet.findViewById(android.R.id.widget_frame));
1005 ImageView iconView = (ImageView) appSnippet.findViewById(android.R.id.icon);
1008 TextView labelView = (TextView) appSnippet.findViewById(android.R.id.title);
1011 TextView appVersion = (TextView) appSnippet.findViewById(R.id.widget_text1);
1016 appVersion.setText(appSnippet.getContext().getString(R.string.version_text,

Completed in 112 milliseconds