Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java168 private PendingInteraction mPendingInteraction; field 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()
816 mPendingInteraction = null; in setChipIntents()
822 if (mPendingInteraction != null) { in setChipIntents()
823 switch (mPendingInteraction) { in setChipIntents()
863 if (mPendingInteraction == PendingInteraction.QUICK_SHARE) { in addQuickShareChip()
864 mPendingInteraction = null; in addQuickShareChip()
[all …]