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
226 final int backgroundColor = Color.WHITE; in testThemeBackgroundColorShowsDuringActivityTransition() local242 final int backgroundColor = Color.RED; in testAnimationBackgroundColorIsUsedDuringActivityTransition() local259 final int backgroundColor = Color.GREEN; in testCustomTransitionCanOverrideBackgroundColor() local277 final int backgroundColor = Color.GREEN; in testPendingTransitionCanOverrideBackgroundColor() local790 int backgroundColor = extras.getInt(BACKGROUND_COLOR_KEY); in onResume() local
122 int primaryColor, int backgroundColor, int statusBarColor, int navigationBarColor) { in assertTaskDescription()
42 ScreenShot(@ColorInt int backgroundColor, @NonNull Bitmap bitmap) { in ScreenShot()
99 int backgroundColor, String methodName) { in checkNavigationBarDivider()
215 void updateWidgets(float sensorValue, int backgroundColor, int icon) { in updateWidgets()