Home | History | Annotate | Download | only in widget

Lines Matching refs:ImageCardView

76     // ImageCardView for testing.
77 private ImageCardView mImageCardView;
82 // ImageView on ImageCardView;
135 // The following provider will create an Activity which can inflate the ImageCardView
136 // And the ImageCardView can be fetched through ID for future testing.
142 // The theme must be set to make sure imageCardView can be populated correctly.
151 // Create imageCardView and save system generated ID.
152 ImageCardView imageCardView = new ImageCardView(activity);
153 mImageCardViewId = imageCardView.generateViewId();
154 imageCardView.setId(mImageCardViewId);
156 // Set up imageCardView with activity programmatically.
157 activity.setContentView(imageCardView);
167 mImageCardView = (ImageCardView) imageCardViewTestActivity.findViewById(mImageCardViewId);