Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java903 ExtractEditText extractEditText = new ExtractEditText(this) {}; in createCustomExtractTextView() local
904 Log.d(TAG, "Using custom ExtractEditText: " + extractEditText); in createCustomExtractTextView()
905 extractEditText.setId(android.R.id.inputExtractEditText); in createCustomExtractTextView()
906 container.addView(extractEditText, new LinearLayout.LayoutParams( in createCustomExtractTextView()