Searched refs:mActionsContainerBackground (Results 1 – 1 of 1) sorted by relevance
150 private ImageView mActionsContainerBackground; field in ScreenshotView281 mActionsContainerBackground.getBoundsOnScreen(tmpRect); in getSwipeRegion()364 mActionsContainerBackground = requireNonNull(findViewById( in onFinishInflate()726 mActionsContainerBackground.setAlpha(0f); in createScreenshotActionsShadeAnimation()728 mActionsContainerBackground.setVisibility(View.VISIBLE); in createScreenshotActionsShadeAnimation()756 mActionsContainerBackground.setAlpha(containerAlpha); in createScreenshotActionsShadeAnimation()760 mActionsContainerBackground.setScaleX(containerScale); in createScreenshotActionsShadeAnimation()767 mActionsContainerBackground.setPivotX( in createScreenshotActionsShadeAnimation()768 mDirectionLTR ? 0 : mActionsContainerBackground.getWidth()); in createScreenshotActionsShadeAnimation()992 mActionsContainerBackground.setVisibility(View.INVISIBLE); in prepareScrollingTransition()[all …]