Searched defs:isChecked (Results 1 - 25 of 53) sorted by relevance

123

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DCheckableImageView.java43 if (isChecked()) {
53 public boolean isChecked() { method in class:CheckableImageView
/packages/apps/Music/src/com/android/music/
H A DCheckableRelativeLayout.java43 if (isChecked()) {
53 public boolean isChecked() { method in class:CheckableRelativeLayout
/packages/apps/Settings/src/com/android/settings/
H A DCheckableLinearLayout.java53 public boolean isChecked() { method in class:CheckableLinearLayout
H A DApnPreference.java65 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 DDateTimeSettingsSetupWizard.java183 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 DScreenPinningSettings.java175 public void onSwitchChanged(Switch switchView, boolean isChecked) { argument
176 setLockToAppEnabled(isChecked);
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DCheckableFrameLayout.java40 public boolean isChecked() { method in class:CheckableFrameLayout
58 if (isChecked()) {
/packages/apps/Email/src/com/android/email/activity/setup/
H A DDebugFragment.java88 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 DCheckBroker.java37 public void onCheckedChanged(int position, boolean isChecked); argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java81 public boolean isChecked() { method in class:ContactListFilterView
82 return mRadioButton.isChecked();
/packages/apps/Email/provider_src/com/android/email/provider/
H A DFolderPickerDialog.java145 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 DColorPickerDialog.java111 void toggleClick(ToggleButton v, int[] buttons, boolean isChecked) { argument
113 if (!isChecked) {
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpFullscreenView.java61 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 DMtpThumbnailTileView.java82 if (isChecked()) {
88 public boolean isChecked() { method in class:MtpThumbnailTileView
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
H A DPeopleOptionsItemView.java41 void onOptionsItemViewClicked(PeopleOptionsItemData item, boolean isChecked); argument
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DCorpusView.java69 public boolean isChecked() { method in class:CorpusView
89 if (isChecked()) {
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DToggleDaltonizerPreferenceFragment.java106 public void onSwitchChanged(Switch switchView, boolean isChecked) { argument
107 onPreferenceToggled(mPreferenceKey, isChecked);
H A DToggleAutoclickPreferenceFragment.java143 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 DCompoundButtonItem.java87 public boolean isChecked() { method in class:CompoundButtonItem
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DApnPreference.java72 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 DDebugMmsConfigItemView.java94 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 DBluetoothEnabler.java157 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 DTtsEnginePreference.java91 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 DWifiEnabler.java168 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)) {
230 isChecked ? MetricsEvent.ACTION_WIFI_ON : MetricsEvent.ACTION_WIFI_OFF);
231 if (!mWifiManager.setWifiEnabled(isChecked)) {
238 private boolean mayDisableTethering(boolean isChecked) { argument
240 return isChecked && ((wifiApState == WifiManager.WIFI_AP_STATE_ENABLING) ||
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DCollapsibleCheckboxPreferenceGroup.java92 setChecked(!isChecked());
113 public boolean isChecked() { method in class:CollapsibleCheckboxPreferenceGroup
134 info.setChecked(isChecked());
142 myState.checked = isChecked();

Completed in 1840 milliseconds

123