Searched refs:appSnippet (Results 1 – 3 of 3) sorted by relevance
63 final View appSnippet = mRootView.findViewById(R.id.app_snippet); in setAppLabelAndIcon() local64 … appSnippet.setPaddingRelative(0, appSnippet.getPaddingTop(), 0, appSnippet.getPaddingBottom()); in setAppLabelAndIcon()66 ImageView icon = (ImageView) appSnippet.findViewById(R.id.app_icon); in setAppLabelAndIcon()69 TextView label = (TextView) appSnippet.findViewById(R.id.app_name); in setAppLabelAndIcon()72 mAppVersion = (TextView) appSnippet.findViewById(R.id.app_size); in setAppLabelAndIcon()
572 final View appSnippet = mRootView.findViewById(R.id.app_snippet); in setAppLabelAndIcon() local573 … appSnippet.setPaddingRelative(0, appSnippet.getPaddingTop(), 0, appSnippet.getPaddingBottom()); in setAppLabelAndIcon()575 ImageView icon = (ImageView) appSnippet.findViewById(R.id.app_icon); in setAppLabelAndIcon()579 TextView label = (TextView) appSnippet.findViewById(R.id.app_name); in setAppLabelAndIcon()582 mAppVersion = (TextView) appSnippet.findViewById(R.id.app_size); in setAppLabelAndIcon()
133 View appSnippet = pContext.findViewById(snippetId); in initSnippetForNewApp() local134 ((ImageView)appSnippet.findViewById(R.id.app_icon)).setImageDrawable(as.icon); in initSnippetForNewApp()135 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label); in initSnippetForNewApp()136 return appSnippet; in initSnippetForNewApp()