Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sizecompatui/
DSizeCompatHintPopup.java61 final Button gotItButton = findViewById(R.id.got_it); in onFinishInflate() local
62 gotItButton.setBackground(new RippleDrawable(ColorStateList.valueOf(Color.LTGRAY), in onFinishInflate()
64 gotItButton.setOnClickListener(this); in onFinishInflate()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt44 private val gotItButton by lazy { findViewById<Button>(R.id.got_it) } in <lambda>() constant
109 gotItButton.setOnClickListener { hide(true /* isStackExpanding */) } in show()