Searched refs:gotItButton (Results 1 – 2 of 2) sorted by relevance
61 final Button gotItButton = findViewById(R.id.got_it); in onFinishInflate() local62 gotItButton.setBackground(new RippleDrawable(ColorStateList.valueOf(Color.LTGRAY), in onFinishInflate()64 gotItButton.setOnClickListener(this); in onFinishInflate()
44 private val gotItButton by lazy { findViewById<Button>(R.id.got_it) } in <lambda>() constant109 gotItButton.setOnClickListener { hide(true /* isStackExpanding */) } in show()