Searched defs:lux2 (Results 1 – 3 of 3) sorted by relevance
230 float lux2 = 10.0f; in testNoHysteresisAtMinBrightness() local274 float lux2 = 110.0f; in testNoHysteresisAtMaxBrightness() local
309 AtomicInteger lux2 = new AtomicInteger(-1); in testMultipleNextConsumers() local
2576 private boolean isDifferentZone(float lux1, float lux2, float[] luxThresholds) { in isDifferentZone()