Searched refs:component (Results 1 – 25 of 37) sorted by relevance
12
80 public static boolean dispatchKeyEvent(@NonNull Component component, in dispatchKeyEvent() argument82 if (component == null) { in dispatchKeyEvent()86 return component.superDispatchKeyEvent(event); in dispatchKeyEvent()94 || component.superDispatchKeyEvent(event); in dispatchKeyEvent()
55 activityRule.launchActivity(Intent().apply { component = aliasComponentName }) in testGetParentActivityNameWithAlias()68 activityRule.launchActivity(Intent().apply { component = aliasComponentName }) in testGetParentActivityNameWithDisabledAlias()
1 # Bug component: 46135537 # Bug component: 46626 = per-file src/main/java/androidx/core/content/FileProvider.java
62 component = ComponentName(BASIC_SAMPLE_PACKAGE, activityClass.qualifiedName!!) in startActivityWithSplashScreen()74 return if (intent?.component?.packageName == BASIC_SAMPLE_PACKAGE) { in startActivityWithSplashScreen()
609 private static double pivotXyzComponent(double component) { in pivotXyzComponent() argument610 return component > XYZ_EPSILON in pivotXyzComponent()611 ? Math.pow(component, 1 / 3.0) in pivotXyzComponent()612 : (XYZ_KAPPA * component + 16) / 116; in pivotXyzComponent()
535 public @NonNull Builder allowComponent(@NonNull ComponentName component) { in allowComponent() argument536 checkNotNull(component); in allowComponent()537 return allowComponent(component::equals); in allowComponent()
1 # Bug component: 461355
1 # Bug component: 1223796
1 # Bug component: 1051309
1 # Bug component: 1185312
1 # Bug component: 1369717