Searched refs:mPendingInteraction (Results 1 – 1 of 1) sorted by relevance
163 private PendingInteraction mPendingInteraction; field in ScreenshotView694 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 …]