getSplashFactory static method

InteractiveInkFeatureFactory getSplashFactory()

Implementation

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