Searched refs:toggleState (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java146 @Nonnull final KeyboardSwitchState toggleState) {
149 setMainKeyboardFrame(currentSettingsValues, toggleState);
272 @Nonnull final KeyboardSwitchState toggleState) {
273 return settingsValues.mHasHardwareKeyboard && toggleState == KeyboardSwitchState.HIDDEN;
278 @Nonnull final KeyboardSwitchState toggleState) {
279 final int visibility = isImeSuppressedByHardwareKeyboard(settingsValues, toggleState)
337 public void onToggleKeyboard(@Nonnull final KeyboardSwitchState toggleState) { argument
339 Log.w(TAG, "onToggleKeyboard() : Current = " + currentState + " : Toggle = " + toggleState);
340 if (currentState == toggleState) {
346 if (toggleState
144 setKeyboard( @onnull final int keyboardId, @Nonnull final KeyboardSwitchState toggleState) argument
270 isImeSuppressedByHardwareKeyboard( @onnull final SettingsValues settingsValues, @Nonnull final KeyboardSwitchState toggleState) argument
276 setMainKeyboardFrame( @onnull final SettingsValues settingsValues, @Nonnull final KeyboardSwitchState toggleState) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorPanel.java92 Button toggleState = (Button) mMainView.findViewById(R.id.toggle_state);
95 mEditor.setUpEditorUI(actionControl, editControl, editTitle, toggleState);
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java135 public final void toggleState(Context context) { method in class:SettingsAppWidgetProvider.StateTracker
818 sWifiState.toggleState(context);
822 sSyncState.toggleState(context);
824 sLocationState.toggleState(context);
826 sBluetoothState.toggleState(context);

Completed in 96 milliseconds