Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt42 private val manageView by lazy { findViewById<View>(R.id.manage_education_view) } in <lambda>() constant
84 manageView.setBackgroundResource( in setDrawableDirection()
112 with(manageView) { in show()
116 translationY = (rect.top - manageView.height + inset).toFloat() in show()