Home
last modified time | relevance | path

Searched refs:toggleState (Results 1 – 3 of 3) 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/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java135 public final void toggleState(Context context) { in toggleState() method in SettingsAppWidgetProvider.StateTracker
818 sWifiState.toggleState(context); in onReceive()
822 sSyncState.toggleState(context); in onReceive()
824 sLocationState.toggleState(context); in onReceive()
826 sBluetoothState.toggleState(context); in onReceive()
/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()