Home
last modified time | relevance | path

Searched refs:BACKGROUND_COLOR_KEY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java52 private static final String BACKGROUND_COLOR_KEY = "BackgroundColor"; field in ImeSettings
149 return mBundle.getInt(BACKGROUND_COLOR_KEY, defaultColor); in getBackgroundColor()
337 mBundle.putInt(BACKGROUND_COLOR_KEY, color); in setBackgroundColor()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java20 …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.CustomBackgroundTransitionActivity
900 int backgroundColor = extras.getInt(BACKGROUND_COLOR_KEY); in processIntent()