Searched refs:secondaryLayout (Results 1 – 1 of 1) sorted by relevance
988 final FrameLayout secondaryLayout = new FrameLayout(getContext()); in KeyboardLayoutView() local989 secondaryLayout.setForegroundGravity(Gravity.CENTER); in KeyboardLayoutView()1000 secondaryLayout.addView(textView); in KeyboardLayoutView()1006 secondaryLayout.addView(imageView, in KeyboardLayoutView()1011 mLayout.addView(secondaryLayout); in KeyboardLayoutView()