Searched defs:rootViewHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DManyEditTextActivityBaseTestCase.java31 public void verifyAllEditTextAdjustment(int numEditTexts, int rootViewHeight) { argument
35 verifyEditTextAdjustment(lastEditText, rootViewHeight);
H A DImfBaseTestCase.java78 public void verifyEditTextAdjustment(final View editText, int rootViewHeight) { argument
102 while (newLocation[1] > rootViewHeight - IME_MIN_HEIGHT && SystemClock.uptimeMillis() < timeoutTime) {
107 assertTrue(newLocation[1] <= rootViewHeight - IME_MIN_HEIGHT);

Completed in 155 milliseconds