Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettingsProvider.java457 final Boolean shouldShowIme = getBooleanAttribute(parser, "shouldShowIme", in readDisplay() local
459 if (shouldShowIme != null) { in readDisplay()
460 settingsEntry.mImePolicy = shouldShowIme ? DISPLAY_IME_POLICY_LOCAL in readDisplay()