Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DImeInsetsVisibilityTest.java256 Point curEditPos = getLocationOnScreenForView(editText); in testEditTextPositionAndPersistWhenAboveImeWindowShown()
277 curEditPos = getLocationOnScreenForView(editText); in testEditTextPositionAndPersistWhenAboveImeWindowShown()
300 curEditPos = getLocationOnScreenForView(editText); in testEditTextPositionAndPersistWhenAboveImeWindowShown()
401 private Point getLocationOnScreenForView(View view) { in getLocationOnScreenForView() method in ImeInsetsVisibilityTest