Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java146 @Nonnull final KeyboardSwitchState toggleState) { in setKeyboard() argument
149 setMainKeyboardFrame(currentSettingsValues, toggleState); in setKeyboard()
272 @Nonnull final KeyboardSwitchState toggleState) { in isImeSuppressedByHardwareKeyboard() argument
273 return settingsValues.mHasHardwareKeyboard && toggleState == KeyboardSwitchState.HIDDEN; in isImeSuppressedByHardwareKeyboard()
278 @Nonnull final KeyboardSwitchState toggleState) { in setMainKeyboardFrame() argument
279 final int visibility = isImeSuppressedByHardwareKeyboard(settingsValues, toggleState) in setMainKeyboardFrame()
337 public void onToggleKeyboard(@Nonnull final KeyboardSwitchState toggleState) { in onToggleKeyboard() argument
339 Log.w(TAG, "onToggleKeyboard() : Current = " + currentState + " : Toggle = " + toggleState); in onToggleKeyboard()
340 if (currentState == toggleState) { in onToggleKeyboard()
346 if (toggleState == KeyboardSwitchState.EMOJI) { in onToggleKeyboard()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java92 Button toggleState = (Button) mMainView.findViewById(R.id.toggle_state); in onCreateView() local
95 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState); in onCreateView()