Home
last modified time | relevance | path

Searched defs:currentStyle (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
DPointerFillStylePreference.java70 int currentStyle = getPreferenceDataStore().getInt(Settings.System.POINTER_FILL_STYLE, in onBindViewHolder() local
85 int currentStyle) { in initStyleButton()
138 private Drawable getForegroundDrawable(int style, int currentStyle) { in getForegroundDrawable()
/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorOption.java81 String currentStyle = colorManager.getCurrentStyle(); in isActive() local