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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DPackageUtil.java119 public static View initSnippetForNewApp(Activity pContext, AppSnippet as, argument
122 ((ImageView)appSnippet.findViewById(R.id.app_icon)).setImageDrawable(as.icon);
123 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java96 public PhotoCarousel(Context context, AttributeSet as) { argument
97 super(context, as);
H A DPhotoTable.java130 public PhotoTable(Context context, AttributeSet as) { argument
131 super(context, as);
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java138 public BouncyView(Context context, AttributeSet as) { argument
139 super(context, as);

Completed in 194 milliseconds