/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
H A D | CheckableImageView.java | 43 if (isChecked()) { 53 public boolean isChecked() { method in class:CheckableImageView
|
/packages/apps/Music/src/com/android/music/ |
H A D | CheckableRelativeLayout.java | 43 if (isChecked()) { 53 public boolean isChecked() { method in class:CheckableRelativeLayout
|
/packages/apps/Settings/src/com/android/settings/ |
H A D | CheckableLinearLayout.java | 53 public boolean isChecked() { method in class:CheckableLinearLayout
|
H A D | ApnPreference.java | 65 boolean isChecked = getKey().equals(mSelectedKey); 66 if (isChecked) { 72 rb.setChecked(isChecked); 86 public boolean isChecked() { method in class:ApnPreference 94 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 95 Log.i(TAG, "ID: " + getKey() + " :" + isChecked); 100 if (isChecked) {
|
H A D | DateTimeSettingsSetupWizard.java | 183 mAutoDateTimeButton.isChecked() ? 1 : 0); 184 if (!mAutoDateTimeButton.isChecked()) { 201 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 202 final boolean autoEnabled = isChecked; // just for readibility. 208 isChecked ? 1 : 0); 211 if (isChecked) { 219 isChecked ? 1 : 0);
|
H A D | ScreenPinningSettings.java | 175 public void onSwitchChanged(Switch switchView, boolean isChecked) { argument 176 setLockToAppEnabled(isChecked);
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | CheckableFrameLayout.java | 40 public boolean isChecked() { method in class:CheckableFrameLayout 58 if (isChecked()) {
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
H A D | DebugFragment.java | 88 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 91 mPreferences.setEnableDebugLogging(isChecked); 92 DebugUtils.DEBUG = isChecked; 95 mPreferences.setEnableExchangeLogging(isChecked); 96 DebugUtils.DEBUG_EXCHANGE = isChecked; 99 mPreferences.setEnableExchangeFileLogging(isChecked); 100 DebugUtils.DEBUG_FILE = isChecked; 103 mPreferences.setEnableStrictMode(isChecked); 104 DebugUtils.enableStrictMode(isChecked);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
H A D | CheckBroker.java | 37 public void onCheckedChanged(int position, boolean isChecked); argument
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
H A D | ContactListFilterView.java | 81 public boolean isChecked() { method in class:ContactListFilterView 82 return mRadioButton.isChecked();
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
H A D | FolderPickerDialog.java | 145 public void onClick(DialogInterface dialog, int which, boolean isChecked) { argument 149 isChecked = true; 150 mCheckedState.put(row.getFolder(), isChecked);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
H A D | ColorPickerDialog.java | 111 void toggleClick(ToggleButton v, int[] buttons, boolean isChecked) { argument 113 if (!isChecked) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
H A D | MtpFullscreenView.java | 61 public boolean isChecked() { method in class:MtpFullscreenView 62 return mCheckbox.isChecked(); 102 public void onCheckedChanged(CompoundButton arg0, boolean isChecked) { argument 104 mBroker.setItemChecked(mPosition, isChecked); 109 public void onCheckedChanged(int position, boolean isChecked) { argument 111 setChecked(isChecked);
|
H A D | MtpThumbnailTileView.java | 82 if (isChecked()) { 88 public boolean isChecked() { method in class:MtpThumbnailTileView
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/ |
H A D | PeopleOptionsItemView.java | 41 void onOptionsItemViewClicked(PeopleOptionsItemData item, boolean isChecked); argument
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
H A D | CorpusView.java | 69 public boolean isChecked() { method in class:CorpusView 89 if (isChecked()) {
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | ToggleDaltonizerPreferenceFragment.java | 106 public void onSwitchChanged(Switch switchView, boolean isChecked) { argument 107 onPreferenceToggled(mPreferenceKey, isChecked);
|
H A D | ToggleAutoclickPreferenceFragment.java | 143 public void onSwitchChanged(Switch switchView, boolean isChecked) { argument 144 onPreferenceToggled(Settings.Secure.ACCESSIBILITY_AUTOCLICK_ENABLED, isChecked);
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
H A D | CompoundButtonItem.java | 87 public boolean isChecked() { method in class:CompoundButtonItem
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
H A D | ApnPreference.java | 72 boolean isChecked = getKey().equals(mSelectedKey); 73 if (isChecked) { 79 rb.setChecked(isChecked); 102 public boolean isChecked() { method in class:ApnPreference 114 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 115 Log.i(TAG, "ID: " + getKey() + " :" + isChecked); 120 if (isChecked) {
|
/packages/apps/Messaging/src/com/android/messaging/ui/debug/ |
H A D | DebugMmsConfigItemView.java | 94 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument 95 mListener.onValueChanged(mKey, mKeyType, String.valueOf(isChecked));
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothEnabler.java | 157 private void setChecked(boolean isChecked) { argument 158 if (isChecked != mSwitch.isChecked()) { 164 mSwitch.setChecked(isChecked); 181 public void onSwitchChanged(Switch switchView, boolean isChecked) { argument 183 if (isChecked && 190 MetricsLogger.action(mContext, MetricsEvent.ACTION_BLUETOOTH_TOGGLE, isChecked); 193 boolean status = mLocalAdapter.setBluetoothEnabled(isChecked); 197 if (isChecked && !status) {
|
/packages/apps/Settings/src/com/android/settings/tts/ |
H A D | TtsEnginePreference.java | 91 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { 92 onRadioButtonClicked(buttonView, isChecked); 123 boolean isChecked = getKey().equals(mSharedState.getCurrentKey()); 124 if (isChecked) { 129 rb.setChecked(isChecked); 137 mSettingsIcon.setEnabled(isChecked && mVoiceCheckData != null); 138 if (!isChecked) { 162 mSettingsIcon.setEnabled(mRadioButton.isChecked()); 172 if (mRadioButton.isChecked()) { 205 boolean isChecked) { 204 onRadioButtonClicked(final CompoundButton buttonView, boolean isChecked) argument [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | WifiEnabler.java | 168 if (mayDisableTethering(!mSwitchBar.isChecked())) { 202 if (state != null && mSwitch.isChecked()) { 212 public void onSwitchChanged(Switch switchView, boolean isChecked) { argument 218 if (isChecked && !WirelessUtils.isRadioAllowed(mContext, Settings.Global.RADIO_WIFI)) { 226 if (mayDisableTethering(isChecked)) { 229 if (isChecked) { 236 if (!mWifiManager.setWifiEnabled(isChecked)) { 243 private boolean mayDisableTethering(boolean isChecked) { argument 245 return isChecked && ((wifiApState == WifiManager.WIFI_AP_STATE_ENABLING) ||
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
H A D | CollapsibleCheckboxPreferenceGroup.java | 92 setChecked(!isChecked()); 113 public boolean isChecked() { method in class:CollapsibleCheckboxPreferenceGroup 134 info.setChecked(isChecked()); 142 myState.checked = isChecked();
|