Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java622 final FrameLayout secondaryLayout = new FrameLayout(getContext()); in KeyboardLayoutView() local
623 secondaryLayout.setForegroundGravity(Gravity.CENTER); in KeyboardLayoutView()
632 secondaryLayout.addView(textView); in KeyboardLayoutView()
638 secondaryLayout.addView(imageView, in KeyboardLayoutView()
643 mLayout.addView(secondaryLayout); in KeyboardLayoutView()