Searched defs:backgroundColor (Results 1 – 7 of 7) sorted by relevance
33 int backgroundColor = getIntent().getIntExtra(Utils.SCREENSHOT_COLOR_KEY, Color.WHITE); in onCreate() local
266 final int backgroundColor = Color.WHITE; in testThemeBackgroundColorShowsDuringActivityTransition() local282 final int backgroundColor = Color.RED; in testAnimationBackgroundColorIsUsedDuringActivityTransition() local299 final int backgroundColor = Color.GREEN; in testCustomTransitionCanOverrideBackgroundColor() local317 final int backgroundColor = Color.GREEN; in testPendingTransitionCanOverrideBackgroundColor() local333 final int backgroundColor = Color.GREEN; in testSetTransitionCanOverrideBackgroundColor() local893 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()
99 int backgroundColor, String methodName) { in checkNavigationBarDivider()
215 void updateWidgets(float sensorValue, int backgroundColor, int icon) { in updateWidgets()
2160 @ColorInt int backgroundColor) { in CustomEditorView()