Searched refs:actionChip (Results 1 – 1 of 1) sorted by relevance
960 ScreenshotActionChip actionChip = (ScreenshotActionChip) inflater.inflate( in createScreenshotActionsShadeAnimation() local962 actionChip.setText(smartAction.title); in createScreenshotActionsShadeAnimation()963 actionChip.setIcon(smartAction.getIcon(), false); in createScreenshotActionsShadeAnimation()964 actionChip.setPendingIntent(smartAction.actionIntent, in createScreenshotActionsShadeAnimation()970 mActionsView.addView(actionChip); in createScreenshotActionsShadeAnimation()971 chips.add(actionChip); in createScreenshotActionsShadeAnimation()