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.java165 private PendingInteraction mPendingInteraction;
174 private enum PendingInteraction { enum in ScreenshotView
696 mPendingInteraction = PendingInteraction.SHARE; in createScreenshotActionsShadeAnimation()
710 mPendingInteraction = PendingInteraction.EDIT; in createScreenshotActionsShadeAnimation()
720 mPendingInteraction = PendingInteraction.PREVIEW; in createScreenshotActionsShadeAnimation()
851 if (mPendingInteraction == PendingInteraction.QUICK_SHARE) { in setChipIntents()
899 if (mPendingInteraction == PendingInteraction.QUICK_SHARE) { in addQuickShareChip()
912 mPendingInteraction = PendingInteraction.QUICK_SHARE; in addQuickShareChip()