Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java40 private static final String BACKGROUND_COLOR_KEY = "BackgroundColor"; field in ImeSettings
83 return mBundle.getInt(BACKGROUND_COLOR_KEY, defaultColor); in getBackgroundColor()
172 mBundle.putInt(BACKGROUND_COLOR_KEY, color); in setBackgroundColor()