Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/inputmethod/
DPointerFillStylePreferenceController.java34 static final String KEY_POINTER_FILL_STYLE = "pointer_fill_style"; field in PointerFillStylePreferenceController
37 super(context, KEY_POINTER_FILL_STYLE); in PointerFillStylePreferenceController()
49 Preference pointerFillStylePreference = screen.findPreference(KEY_POINTER_FILL_STYLE); in displayPreference()