Home
last modified time | relevance | path

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

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNavigationBarColorVerifier.java38 public final int mBackgroundColor; field in NavigationBarColorVerifier.ScreenShot
43 mBackgroundColor = backgroundColor; in ScreenShot()
133 .mapToInt(screenShot -> screenShot.mBackgroundColor) in verifyInternal()
156 .filter(screenShot -> screenShot.mPixels[i] == screenShot.mBackgroundColor) in verifyInternal()
/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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java32 private int mBackgroundColor = Color.WHITE; field in WaveScopeView
63 public void setBackgroundColor(int color) { mBackgroundColor = color; } in setBackgroundColor()
259 mPaint.setColor(mBackgroundColor); in onDraw()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java878 private int mBackgroundColor; field in ActivityTransitionTests.CustomBackgroundTransitionActivity
906 mBackgroundColor = backgroundColor; in processIntent()
932 overridePendingTransition(mPendingEnterRes, mPendingExitRes, mBackgroundColor); in onResume()