Searched refs:inputView (Results 1 – 3 of 3) sorted by relevance
128 final TextInputEditText inputView = in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait() local131 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()148 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity() local151 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()169 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity() local172 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()189 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity() local192 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()211 final TextInputEditText inputView = in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape() local215 "Failed with inputView height " + inputView.getHeight() + " and input text height " in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()[all …]
107 View inputView = mLayoutInflater.inflate( in testBuildView_constructedWithView_shouldReturnSameView() local109 mController = EntityHeaderController.newInstance(mActivity, mFragment, inputView); in testBuildView_constructedWithView_shouldReturnSameView()112 assertThat(view).isSameInstanceAs(inputView); in testBuildView_constructedWithView_shouldReturnSameView()
187 public void setListener(final Listener listener, final View inputView) { in setListener() argument189 mMainKeyboardView = (MainKeyboardView)inputView.findViewById(R.id.keyboard_view); in setListener()