Searched refs:toggleState (Results 1 – 3 of 3) 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 …]
135 public final void toggleState(Context context) { in toggleState() method in SettingsAppWidgetProvider.StateTracker818 sWifiState.toggleState(context); in onReceive()822 sSyncState.toggleState(context); in onReceive()824 sLocationState.toggleState(context); in onReceive()826 sBluetoothState.toggleState(context); in onReceive()
92 Button toggleState = (Button) mMainView.findViewById(R.id.toggle_state); in onCreateView() local95 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState); in onCreateView()