Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java153 final ScrollView scrollView = getParentScrollView(targetView); in scrollViewToTop()
157 ScrollView scrollView = getParentScrollView(targetView); in scrollViewToTop()
175 EditorAnimator.getParentScrollView(view).clearFocus(); in placeFocusAtTopOfScreenAfterReLayout()
188 private static ScrollView getParentScrollView(View view) { in getParentScrollView() method in EditorAnimator