Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java170 private final ArrayList<ScreenshotActionChip> mSmartChips = new ArrayList<>(); field in ScreenshotView
767 mSmartChips.add(actionChip); in setChipIntents()
787 mSmartChips.add(mQuickShareChip); in addQuickShareChip()
1007 for (ScreenshotActionChip chip : mSmartChips) { in reset()
1010 mSmartChips.clear(); in reset()