Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java455 final ViewGroup windowContentView = (ViewGroup)rootView.findViewById(android.R.id.content); in installPreviewPlacerView() local
457 if (windowContentView == null) { in installPreviewPlacerView()
461 windowContentView.addView(mDrawingPreviewPlacerView); in installPreviewPlacerView()