Searched refs:BACKGROUND_COLOR_KEY (Results 1 – 2 of 2) sorted by relevance
52 private static final String BACKGROUND_COLOR_KEY = "BackgroundColor"; field in ImeSettings149 return mBundle.getInt(BACKGROUND_COLOR_KEY, defaultColor); in getBackgroundColor()337 mBundle.putInt(BACKGROUND_COLOR_KEY, color); in setBackgroundColor()
20 …rver.wm.animations.ActivityTransitionTests.CustomBackgroundTransitionActivity.BACKGROUND_COLOR_KEY;334 extras.putInt(BACKGROUND_COLOR_KEY, backgroundColor); in testPendingTransitionCanOverrideBackgroundColor()355 extras.putInt(BACKGROUND_COLOR_KEY, backgroundColor); in testSetTransitionCanOverrideBackgroundColor()873 static final String BACKGROUND_COLOR_KEY = "backgroundColor"; field in ActivityTransitionTests.CustomBackgroundTransitionActivity900 int backgroundColor = extras.getInt(BACKGROUND_COLOR_KEY); in processIntent()