Searched refs:ignoreRenderRate (Results 1 – 1 of 1) sorted by relevance
43 public VotesStatsReporter(boolean ignoreRenderRate, boolean refreshRateVotingTelemetryEnabled) { in VotesStatsReporter() argument44 mIgnoredRenderRate = ignoreRenderRate; in VotesStatsReporter()114 private static int getMaxRefreshRate(@NonNull Vote vote, boolean ignoreRenderRate) { in getMaxRefreshRate() argument118 } else if (!ignoreRenderRate && (vote instanceof RefreshRateVote.RenderVote renderVote)) { in getMaxRefreshRate()130 getMaxRefreshRate(subVote, ignoreRenderRate)); in getMaxRefreshRate()