Searched refs:checkLoadingProgress (Results 1 – 1 of 1) sorted by relevance
97 checkLoadingProgress(loadingProgress -> loadingProgress < 1.0f && loadingProgress > 0); in testGetPartialLoadingProgress()118 checkLoadingProgress(loadingProgress -> (1 - loadingProgress) < 0.001f); in testGetFullLoadingProgress()121 private void checkLoadingProgress(Predicate<Float> progressCondition) { in checkLoadingProgress() method in LoadingProgressTest