Searched defs:getActivity (Results 1 – 4 of 4) sorted by relevance
47 fun getActivity(predicate: (Activity) -> Boolean): Activity? { in <lambda>() method
87 internal fun getActivity(predicate: (Activity) -> Boolean): Activity? { in <lambda>() method111 fun getActivity(componentMatcher: IComponentMatcher): Activity? = getActivity { activity -> in <lambda>() method
279 fun getActivity(componentMatcher: IComponentMatcher): Activity? = in <lambda>() method
216 private fun View.getActivity(): Activity? { in getActivity() method217 fun Context.getActivity(): Activity? { in getActivity() method