Searched refs:inputView (Results 1 – 4 of 4) sorted by relevance
121 final TextInputEditText inputView = in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait() local124 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()141 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity() local144 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()162 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity() local165 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()182 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity() local185 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()203 final TextInputEditText inputView = in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape() local207 "Failed with inputView height " + inputView.getHeight() + " and input text height " in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()[all …]
102 View inputView = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in testBuildView_constructedWithView_shouldReturnSameView() local103 mController = EntityHeaderController.newInstance(mActivity, mFragment, inputView); in testBuildView_constructedWithView_shouldReturnSameView()106 assertThat(view).isSameInstanceAs(inputView); in testBuildView_constructedWithView_shouldReturnSameView()
222 public View createWideScreenImeView(@NonNull View inputView) { in createWideScreenImeView() argument224 return inputView; in createWideScreenImeView()235 mInputFrame.addView(inputView, new FrameLayout.LayoutParams( in createWideScreenImeView()
187 public void setListener(final Listener listener, final View inputView) { in setListener() argument189 mMainKeyboardView = (MainKeyboardView)inputView.findViewById(R.id.keyboard_view); in setListener()