Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java121 final TextInputEditText inputView = in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait() local
124 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()
141 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity() local
144 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()
162 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity() local
165 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()
182 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity() local
185 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()
203 final TextInputEditText inputView = in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape() local
207 "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.java102 View inputView = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in testBuildView_constructedWithView_shouldReturnSameView() local
103 mController = EntityHeaderController.newInstance(mActivity, mFragment, inputView); in testBuildView_constructedWithView_shouldReturnSameView()
106 assertThat(view).isSameInstanceAs(inputView); in testBuildView_constructedWithView_shouldReturnSameView()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/
DCarUiImeWideScreenController.java222 public View createWideScreenImeView(@NonNull View inputView) { in createWideScreenImeView() argument
224 return inputView; in createWideScreenImeView()
235 mInputFrame.addView(inputView, new FrameLayout.LayoutParams( in createWideScreenImeView()
/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()