Home
last modified time | relevance | path

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

/expo/packages/expo-dev-client/e2e/android/
H A DDetoxTest.java49 View checkedView = view; in getCurrentActivity() local
51 while (checkedView instanceof ViewGroup && ((ViewGroup) checkedView).getChildCount() > 0) { in getCurrentActivity()
53 checkedView = ((ViewGroup) checkedView).getChildAt(0); in getCurrentActivity()
55 if (checkedView.getContext() instanceof Activity) { in getCurrentActivity()
56 activity[0] = (Activity) checkedView.getContext(); in getCurrentActivity()
/expo/packages/expo-test-runner/templates/detox/android/app/src/androidTest/java/com/testrunner/
H A DDetoxTest.java49 View checkedView = view; in getCurrentActivity() local
51 while (checkedView instanceof ViewGroup && ((ViewGroup) checkedView).getChildCount() > 0) { in getCurrentActivity()
53 checkedView = ((ViewGroup) checkedView).getChildAt(0); in getCurrentActivity()
55 if (checkedView.getContext() instanceof Activity) { in getCurrentActivity()
56 activity[0] = (Activity) checkedView.getContext(); in getCurrentActivity()