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.java94 private enum InputViewMode { enum in ThemedNavBarKeyboard
132 private InputViewMode mMode = InputViewMode.SYSTEM_OWNED_NAV_BAR_LAYOUT;
224 return mMode == InputViewMode.FLOATING_LAYOUT; in isFloatingMode()
246 mMode = InputViewMode.FLOATING_LAYOUT; in switchToFloatingMode()
279 mMode = InputViewMode.SYSTEM_OWNED_NAV_BAR_LAYOUT; in switchToSeparateNavBarMode()
300 mMode = InputViewMode.IME_OWNED_NAV_BAR_LAYOUT; in switchToExtendedNavBarMode()