Searched refs:mLastDensity (Results 1 – 2 of 2) sorted by relevance
75 private int mLastDensity; field in QSPanelController121 mLastDensity = view.getResources().getConfiguration().densityDpi; in QSPanelController()184 if (newDensity != mLastDensity) { in maybeReinflateBrightnessSlider()185 mLastDensity = newDensity; in maybeReinflateBrightnessSlider()
320 private float mLastDensity = Float.MIN_VALUE; field in LetterboxConfiguration.DimenPxIntSupplier331 if (newDensity != mLastDensity) { in getAsInt()332 mLastDensity = newDensity; in getAsInt()