Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java163 private PendingInteraction mPendingInteraction; field in ScreenshotView
694 mPendingInteraction = PendingInteraction.SHARE; in createScreenshotActionsShadeAnimation()
708 mPendingInteraction = PendingInteraction.EDIT; in createScreenshotActionsShadeAnimation()
718 mPendingInteraction = PendingInteraction.PREVIEW; in createScreenshotActionsShadeAnimation()
837 mPendingInteraction = null; in setChipIntents()
843 if (mPendingInteraction != null) { in setChipIntents()
844 switch (mPendingInteraction) { in setChipIntents()
884 if (mPendingInteraction == PendingInteraction.QUICK_SHARE) { in addQuickShareChip()
885 mPendingInteraction = null; in addQuickShareChip()
887 if (mPendingInteraction == null) { in addQuickShareChip()
[all …]