Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDialogFragmentTest.java117 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()
137 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()
158 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()
178 assertTrue(inputView.getHeight() > getInputTextHeight(inputView)); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()
205 private static int getInputTextHeight(TextInputEditText v) { in getInputTextHeight() method in DialogFragmentTest