Searched refs:equalsWithinFloatTolerance (Results 1 – 2 of 2) sorted by relevance
148 if (equalsWithinFloatTolerance(mode.getRefreshRate(), appRequestBaseModeRefreshRate)) { in filterModes()170 if (equalsWithinFloatTolerance(preferredRefreshRate, availableMode.getRefreshRate())) { in selectBaseMode()293 if (equalsWithinFloatTolerance(mode.getRefreshRate(), refreshRates.mPeakRefreshRate) in validateRefreshRatesSupported()294 && equalsWithinFloatTolerance(mode.getVsyncRate(), refreshRates.mVsyncRate)) { in validateRefreshRatesSupported()405 private static boolean equalsWithinFloatTolerance(float a, float b) { in equalsWithinFloatTolerance() method in VoteSummary
11454 PLcom/android/server/display/mode/VoteSummary;->equalsWithinFloatTolerance(FF)Z