Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java183 LayoutParams scrollerLayoutParams = new LayoutParams(WRAP_CONTENT, WRAP_CONTENT); in handleUpdateShowKeyPresses() local
184 scrollerLayoutParams.addRule(ALIGN_PARENT_BOTTOM); in handleUpdateShowKeyPresses()
185 scrollerLayoutParams.addRule(ALIGN_PARENT_RIGHT); in handleUpdateShowKeyPresses()
186 addView(scroller, scrollerLayoutParams); in handleUpdateShowKeyPresses()