Searched refs:scrollViewParams (Results 1 – 1 of 1) sorted by relevance
629 final LayoutParams scrollViewParams = new LayoutParams(MATCH_PARENT, 100); in KeyboardLayoutView() local630 scrollView.setLayoutParams(scrollViewParams); in KeyboardLayoutView()