Home
last modified time | relevance | path

Searched refs:actionChip (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java960 ScreenshotActionChip actionChip = (ScreenshotActionChip) inflater.inflate( in createScreenshotActionsShadeAnimation() local
962 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()