Searched refs:mFrameRateCutoffs (Results 1 – 1 of 1) sorted by relevance
41 private final long[] mFrameRateCutoffs = new long[mFrameRates.length - 1]; field in ViewFrameRateActivity48 for (int i = 0; i < mFrameRateCutoffs.length; i++) { in ViewFrameRateActivity()51 mFrameRateCutoffs[i] = (high * 3 + low) / 4; // 3/4 of the way to high is the cut-off in ViewFrameRateActivity()170 int searchIndex = Arrays.binarySearch(mFrameRateCutoffs, delta); in onCreate()