Searched refs:mScrollChip (Results 1 – 1 of 1) sorted by relevance
153 private OverlayActionChip mScrollChip; field in ScreenshotView247 mScrollChip.setVisibility(View.GONE); in hideScrollChip()261 mScrollChip.setVisibility(VISIBLE); in showScrollChip()262 mScrollChip.setOnClickListener((v) -> { in showScrollChip()374 mScrollChip = requireNonNull(mActionsContainer.findViewById(R.id.screenshot_scroll_chip)); in onFinishInflate()723 mScrollChip.setText(mContext.getString(R.string.screenshot_scroll_label)); in createScreenshotActionsShadeAnimation()724 mScrollChip.setIcon(Icon.createWithResource(mContext, in createScreenshotActionsShadeAnimation()726 chips.add(mScrollChip); in createScreenshotActionsShadeAnimation()1040 mScrollChip.setVisibility(View.GONE); in restoreNonScrollingUi()