Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java128 final TextInputEditText inputView = in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait() local
131 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()
148 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity() local
151 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()
169 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity() local
172 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()
189 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity() local
192 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()
211 final TextInputEditText inputView = in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape() local
215 "Failed with inputView height " + inputView.getHeight() + " and input text height " in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DEntityHeaderControllerTest.java107 View inputView = mLayoutInflater.inflate( in testBuildView_constructedWithView_shouldReturnSameView() local
109 mController = EntityHeaderController.newInstance(mActivity, mFragment, inputView); in testBuildView_constructedWithView_shouldReturnSameView()
112 assertThat(view).isSameInstanceAs(inputView); in testBuildView_constructedWithView_shouldReturnSameView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java187 public void setListener(final Listener listener, final View inputView) { in setListener() argument
189 mMainKeyboardView = (MainKeyboardView)inputView.findViewById(R.id.keyboard_view); in setListener()