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/
DScreenshotView.java841 OverlayActionChip actionChip = (OverlayActionChip) inflater.inflate( in setChipIntents() local
843 actionChip.setText(smartAction.title); in setChipIntents()
844 actionChip.setIcon(smartAction.getIcon(), false); in setChipIntents()
845 actionChip.setPendingIntent(smartAction.actionIntent, in setChipIntents()
851 actionChip.setAlpha(1); in setChipIntents()
852 mActionsView.addView(actionChip, mActionsView.getChildCount() - 1); in setChipIntents()
853 mSmartChips.add(actionChip); in setChipIntents()