Searched refs:gotItButton (Results 1 – 1 of 1) sorted by relevance
293 Button gotItButton = popupView.findViewById(R.id.got_it); in showHint() local294 gotItButton.setBackground(new RippleDrawable(ColorStateList.valueOf(Color.LTGRAY), in showHint()296 gotItButton.setOnClickListener(view -> popupWindow.dismiss()); in showHint()