Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java1750 View focusLayoutRestoreView = null; in layoutChildren() local
1766 focusLayoutRestoreView = findFocus(); in layoutChildren()
1767 if (focusLayoutRestoreView != null) { in layoutChildren()
1769 focusLayoutRestoreView.dispatchStartTemporaryDetach(); in layoutChildren()
1868 focusLayoutRestoreView != null && in layoutChildren()
1869 focusLayoutRestoreView.requestFocus()) || sel.requestFocus(); in layoutChildren()
1912 if (hasFocus() && focusLayoutRestoreView != null) { in layoutChildren()
1913 focusLayoutRestoreView.requestFocus(); in layoutChildren()
1948 if (focusLayoutRestoreView != null in layoutChildren()
1949 && focusLayoutRestoreView.getWindowToken() != null) { in layoutChildren()
[all …]