Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java225 final QwertyKeyListener qwertyKeyListener in testAccessKeyListener() local
229 mTextView.setKeyListener(qwertyKeyListener); in testAccessKeyListener()
233 assertSame(qwertyKeyListener, mTextView.getKeyListener()); in testAccessKeyListener()
1925 final QwertyKeyListener qwertyKeyListener in testAccessFilters() local
1930 mTextView.setKeyListener(qwertyKeyListener); in testAccessFilters()
2442 final QwertyKeyListener qwertyKeyListener = QwertyKeyListener.getInstance(false,
2448 mTextView.setKeyListener(qwertyKeyListener);