Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java1756 View focusLayoutRestoreView = null; in layoutChildren() local
1772 focusLayoutRestoreView = findFocus(); in layoutChildren()
1773 if (focusLayoutRestoreView != null) { in layoutChildren()
1775 focusLayoutRestoreView.dispatchStartTemporaryDetach(); in layoutChildren()
1874 focusLayoutRestoreView != null && in layoutChildren()
1875 focusLayoutRestoreView.requestFocus()) || sel.requestFocus(); in layoutChildren()
1918 if (hasFocus() && focusLayoutRestoreView != null) { in layoutChildren()
1919 focusLayoutRestoreView.requestFocus(); in layoutChildren()
1954 if (focusLayoutRestoreView != null in layoutChildren()
1955 && focusLayoutRestoreView.getWindowToken() != null) { in layoutChildren()
[all …]