Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java364 private static final String PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS = field in InputMethodService
425 return SystemProperties.getBoolean(PROP_CAN_RENDER_GESTURAL_NAV_BUTTONS, true); in canImeRenderGesturalNavButtons()