Searched refs:fromJsonSync (Results 1 – 2 of 2) sorted by relevance
316 …public static LottieComposition fromJsonSync(@SuppressWarnings("unused") Resources res, JSONObject… in fromJsonSync() method in LottieComposition.Factory317 return LottieCompositionFactory.fromJsonSync(json, null).getValue(); in fromJsonSync()326 public static LottieComposition fromJsonSync(String json) { in fromJsonSync() method in LottieComposition.Factory336 public static LottieComposition fromJsonSync(JsonReader reader) throws IOException { in fromJsonSync() method in LottieComposition.Factory
294 return fromJsonSync(json, cacheKey);306 …public static LottieResult<LottieComposition> fromJsonSync(JSONObject json, @Nullable String cache…