Searched refs:mScrollChip (Results 1 – 1 of 1) sorted by relevance
156 private OverlayActionChip mScrollChip; field in ScreenshotView249 mScrollChip.setVisibility(View.GONE); in hideScrollChip()262 mScrollChip.setVisibility(VISIBLE); in showScrollChip()263 mScrollChip.setOnClickListener((v) -> onClick.run()); in showScrollChip()373 mScrollChip = requireNonNull(mActionsContainer.findViewById(R.id.screenshot_scroll_chip)); in onFinishInflate()710 mScrollChip.setText(mContext.getString(R.string.screenshot_scroll_label)); in createScreenshotActionsShadeAnimation()711 mScrollChip.setIcon(Icon.createWithResource(mContext, in createScreenshotActionsShadeAnimation()713 chips.add(mScrollChip); in createScreenshotActionsShadeAnimation()1004 mScrollChip.setVisibility(View.GONE); in restoreNonScrollingUi()