getSplashFactory static method
Implementation
static InteractiveInkFeatureFactory getSplashFactory() {
return CuReUtils.isIos() ? NoSplash.splashFactory : InkRipple.splashFactory;
}
static InteractiveInkFeatureFactory getSplashFactory() {
return CuReUtils.isIos() ? NoSplash.splashFactory : InkRipple.splashFactory;
}