Searched refs:restoreDefaultFocus (Results 1 – 13 of 13) sorted by relevance
66 getWindow().getDecorView().restoreDefaultFocus(); in onCreate()
85 getWindow().getDecorView().restoreDefaultFocus(); in onCreate()
272 mScrollView.post(() -> mScrollView.restoreDefaultFocus()); in onCreate()
408 mLinearLayout.restoreDefaultFocus(); in onCreate()
686 mPopup.getContentView().restoreDefaultFocus(); in show()725 mPopup.getContentView().restoreDefaultFocus(); in show()
1144 parent.restoreDefaultFocus(); in rInflate()
3911 mView.restoreDefaultFocus(); in performTraversals()3932 focused.restoreDefaultFocus(); in performTraversals()6393 return mView.restoreDefaultFocus(); in leaveTouchMode()7113 if (mView.restoreDefaultFocus()) { in performFocusNavigation()7123 if (focused == null && mView.restoreDefaultFocus()) { in performKeyboardGroupNavigation()
3386 public boolean restoreDefaultFocus() { in restoreDefaultFocus() method in ViewGroup3390 && mDefaultFocus.restoreDefaultFocus()) { in restoreDefaultFocus()3393 return super.restoreDefaultFocus(); in restoreDefaultFocus()
14413 if (restoreDefaultFocus()) { in restoreFocusInCluster()14437 public boolean restoreDefaultFocus() { in restoreDefaultFocus() method in View24484 if (!restoreDefaultFocus() && !hasParentWantsFocus()) { in layout()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
18173 HSPLandroid/view/ViewGroup;->restoreDefaultFocus()Z
18237 HSPLandroid/view/ViewGroup;->restoreDefaultFocus()Z
52469 method public boolean restoreDefaultFocus();