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.java974 final FrameLayout secondaryLayout = new FrameLayout(getContext()); in KeyboardLayoutView() local
975 secondaryLayout.setForegroundGravity(Gravity.CENTER); in KeyboardLayoutView()
986 secondaryLayout.addView(textView); in KeyboardLayoutView()
992 secondaryLayout.addView(imageView, in KeyboardLayoutView()
997 mLayout.addView(secondaryLayout); in KeyboardLayoutView()