Home
last modified time | relevance | path

Searched refs:gotItButton (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt48 private val gotItButton by lazy { requireViewById<Button>(R.id.got_it) } in <lambda>() constant
85 gotItButton.setBackgroundDrawable(ColorDrawable(buttonColor)) in setButtonColor()
119 gotItButton.setOnClickListener { hide() } in show()