Searched refs:toggleState (Results 1 – 2 of 2) sorted by relevance
146 @Nonnull final KeyboardSwitchState toggleState) { in setKeyboard() argument149 setMainKeyboardFrame(currentSettingsValues, toggleState); in setKeyboard()272 @Nonnull final KeyboardSwitchState toggleState) { in isImeSuppressedByHardwareKeyboard() argument273 return settingsValues.mHasHardwareKeyboard && toggleState == KeyboardSwitchState.HIDDEN; in isImeSuppressedByHardwareKeyboard()278 @Nonnull final KeyboardSwitchState toggleState) { in setMainKeyboardFrame() argument279 final int visibility = isImeSuppressedByHardwareKeyboard(settingsValues, toggleState) in setMainKeyboardFrame()337 public void onToggleKeyboard(@Nonnull final KeyboardSwitchState toggleState) { in onToggleKeyboard() argument339 Log.w(TAG, "onToggleKeyboard() : Current = " + currentState + " : Toggle = " + toggleState); in onToggleKeyboard()340 if (currentState == toggleState) { in onToggleKeyboard()346 if (toggleState == KeyboardSwitchState.EMOJI) { in onToggleKeyboard()[all …]
92 Button toggleState = (Button) mMainView.findViewById(R.id.toggle_state); in onCreateView() local95 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState); in onCreateView()