Home
last modified time | relevance | path

Searched refs:mBackgroundColor (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLRotationGuideRenderer.java37 private final AtomicInteger mBackgroundColor = new AtomicInteger(BACKGROUND_BLACK); field in GLRotationGuideRenderer
57 mBackgroundColor.set(value); in setBackgroundColor()
98 switch (mBackgroundColor.get()) { in clearBackground()