Searched refs:SHOW_IME_SWITCHER_KEY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java90 private static final String SHOW_IME_SWITCHER_KEY = "showImeSwitcherKey"; field in class:CommandQueue
250 m.getData().putBoolean(SHOW_IME_SWITCHER_KEY, showImeSwitcher);
493 msg.getData().getBoolean(SHOW_IME_SWITCHER_KEY, false));

Completed in 85 milliseconds