Home
last modified time | relevance | path

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

/development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
DThemedNavBarKeyboard.java85 private enum InputViewMode { enum in ThemedNavBarKeyboard
123 private InputViewMode mMode = InputViewMode.SYSTEM_OWNED_NAV_BAR_LAYOUT;
215 return mMode == InputViewMode.FLOATING_LAYOUT; in isFloatingMode()
237 mMode = InputViewMode.FLOATING_LAYOUT; in switchToFloatingMode()
270 mMode = InputViewMode.SYSTEM_OWNED_NAV_BAR_LAYOUT; in switchToSeparateNavBarMode()
291 mMode = InputViewMode.IME_OWNED_NAV_BAR_LAYOUT; in switchToExtendedNavBarMode()