Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java1658 View focusLayoutRestoreView = null; in layoutChildren() local
1674 focusLayoutRestoreView = findFocus(); in layoutChildren()
1675 if (focusLayoutRestoreView != null) { in layoutChildren()
1677 focusLayoutRestoreView.dispatchStartTemporaryDetach(); in layoutChildren()
1776 focusLayoutRestoreView != null && in layoutChildren()
1777 focusLayoutRestoreView.requestFocus()) || sel.requestFocus(); in layoutChildren()
1820 if (hasFocus() && focusLayoutRestoreView != null) { in layoutChildren()
1821 focusLayoutRestoreView.requestFocus(); in layoutChildren()
1856 if (focusLayoutRestoreView != null in layoutChildren()
1857 && focusLayoutRestoreView.getWindowToken() != null) { in layoutChildren()
[all …]