Searched refs:mBackgroundColor (Results 1 – 4 of 4) sorted by relevance
38 public final int mBackgroundColor; field in NavigationBarColorVerifier.ScreenShot43 mBackgroundColor = backgroundColor; in ScreenShot()133 .mapToInt(screenShot -> screenShot.mBackgroundColor) in verifyInternal()156 .filter(screenShot -> screenShot.mPixels[i] == screenShot.mBackgroundColor) in verifyInternal()
37 private final AtomicInteger mBackgroundColor = new AtomicInteger(BACKGROUND_BLACK); field in GLRotationGuideRenderer57 mBackgroundColor.set(value); in setBackgroundColor()98 switch (mBackgroundColor.get()) { in clearBackground()
32 private int mBackgroundColor = Color.WHITE; field in WaveScopeView63 public void setBackgroundColor(int color) { mBackgroundColor = color; } in setBackgroundColor()259 mPaint.setColor(mBackgroundColor); in onDraw()
878 private int mBackgroundColor; field in ActivityTransitionTests.CustomBackgroundTransitionActivity906 mBackgroundColor = backgroundColor; in processIntent()932 overridePendingTransition(mPendingEnterRes, mPendingExitRes, mBackgroundColor); in onResume()