Searched refs:scrollerLayoutParams (Results 1 – 1 of 1) sorted by relevance
183 LayoutParams scrollerLayoutParams = new LayoutParams(WRAP_CONTENT, WRAP_CONTENT); in handleUpdateShowKeyPresses() local184 scrollerLayoutParams.addRule(ALIGN_PARENT_BOTTOM); in handleUpdateShowKeyPresses()185 scrollerLayoutParams.addRule(ALIGN_PARENT_RIGHT); in handleUpdateShowKeyPresses()186 addView(scroller, scrollerLayoutParams); in handleUpdateShowKeyPresses()