Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java168 private PendingInteraction mPendingInteraction;
176 private enum PendingInteraction { enum in ScreenshotView
683 mPendingInteraction = PendingInteraction.SHARE; in createScreenshotActionsShadeAnimation()
697 mPendingInteraction = PendingInteraction.EDIT; in createScreenshotActionsShadeAnimation()
707 mPendingInteraction = PendingInteraction.PREVIEW; in createScreenshotActionsShadeAnimation()
815 if (mPendingInteraction == PendingInteraction.QUICK_SHARE) { in setChipIntents()
863 if (mPendingInteraction == PendingInteraction.QUICK_SHARE) { in addQuickShareChip()
876 mPendingInteraction = PendingInteraction.QUICK_SHARE; in addQuickShareChip()