Searched refs:findRootView (Results 1 – 8 of 8) sorted by relevance
85 findRootView(contentView)?.let { return@searchForRootView handleRootView(it) } in searchForRootView()89 private fun findRootView(view: View): ViewGroup? { in findRootView() method95 findRootView(view.getChildAt(idx))?.let { return@findRootView it } in findRootView()
84 findRootView(contentView)?.let { return@searchForRootView handleRootView(it) } in searchForRootView()88 private fun findRootView(view: View): ViewGroup? { in findRootView() method94 findRootView(view.getChildAt(idx))?.let { return@findRootView it } in findRootView()
96 findRootView(contentView)?.let { return@searchForRootView handleRootView(it) } in searchForRootView()100 private fun findRootView(view: View): ViewGroup? { in findRootView() method in expo.modules.devlauncher.launcher.DevLauncherActivity106 findRootView(view.getChildAt(idx))?.let { return@findRootView it } in findRootView()
47 - (UIView *)findRootView:(UIApplication *)application63 UIView *rootView = [self findRootView:application];