Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSystemProperty.java93 public static final boolean MULTI_CLIENT_IME_ENABLED = (sMultiClientImeComponentName != null); field in InputMethodSystemProperty
101 if (MULTI_CLIENT_IME_ENABLED) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java807 if (!InputMethodSystemProperty.MULTI_CLIENT_IME_ENABLED in handleShowImeButton()
/frameworks/base/services/java/com/android/server/
DSystemServer.java1154 if (InputMethodSystemProperty.MULTI_CLIENT_IME_ENABLED) { in startOtherServices()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java6618 if (InputMethodSystemProperty.MULTI_CLIENT_IME_ENABLED) return; in onImeWindowSetOnDisplay()
/frameworks/base/api/
Dtest-lint-baseline.txt226 CompileTimeConstant: android.view.inputmethod.InputMethodSystemProperty#MULTI_CLIENT_IME_ENABLED:
Dtest-current.txt4551 field public static final boolean MULTI_CLIENT_IME_ENABLED;