Searched defs:backgroundColor (Results 1 – 6 of 6) sorted by relevance
33 int backgroundColor = getIntent().getIntExtra(Utils.SCREENSHOT_COLOR_KEY, Color.WHITE); in onCreate() local
263 final int backgroundColor = Color.WHITE; in testThemeBackgroundColorShowsDuringActivityTransition() local284 final int backgroundColor = Color.RED; in testAnimationBackgroundColorIsUsedDuringActivityTransition() local306 final int backgroundColor = Color.GREEN; in testCustomTransitionCanOverrideBackgroundColor() local329 final int backgroundColor = Color.GREEN; in testPendingTransitionCanOverrideBackgroundColor() local350 final int backgroundColor = Color.GREEN; in testSetTransitionCanOverrideBackgroundColor() local900 int backgroundColor = extras.getInt(BACKGROUND_COLOR_KEY); in processIntent() local
122 int primaryColor, int backgroundColor, int statusBarColor, int navigationBarColor) { in assertTaskDescription()
42 ScreenShot(@ColorInt int backgroundColor, @NonNull Bitmap bitmap) { in ScreenShot()
93 int backgroundColor, String methodName) { in checkNavigationBarDivider()
215 void updateWidgets(float sensorValue, int backgroundColor, int icon) { in updateWidgets()