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

12

/packages/apps/Browser/src/com/android/browser/
H A DHistoryItem.java56 item.setIsBookmark(mStar.isChecked());
64 return mStar.isChecked();
79 boolean isChecked) {
80 if (isChecked) {
78 onCheckedChanged(CompoundButton buttonView, boolean isChecked) argument
/packages/apps/Camera/src/com/android/camera/ui/
H A DCheckedLinearLayout.java35 public boolean isChecked() { method in class:CheckedLinearLayout
/packages/apps/Camera2/src/com/android/camera/ui/
H A DCheckedLinearLayout.java35 public boolean isChecked() { method in class:CheckedLinearLayout
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DCheckableImageView.java43 if (isChecked()) {
53 public boolean isChecked() { method in class:CheckableImageView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCheckableFrameLayout.java40 public boolean isChecked() { method in class:CheckableFrameLayout
58 if (isChecked()) {
/packages/apps/Music/src/com/android/music/
H A DCheckableRelativeLayout.java43 if (isChecked()) {
53 public boolean isChecked() { method in class:CheckableRelativeLayout
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DCheckBroker.java27 public void onCheckedChanged(int position, boolean isChecked); argument
/packages/apps/Email/src/com/android/email/activity/setup/
H A DDebugFragment.java99 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
102 mPreferences.setEnableDebugLogging(isChecked);
103 MailActivityEmail.DEBUG = isChecked;
104 MailActivityEmail.DEBUG_EXCHANGE = isChecked;
107 mPreferences.setEnableExchangeLogging(isChecked);
108 MailActivityEmail.DEBUG_VERBOSE = isChecked;
111 mPreferences.setEnableExchangeFileLogging(isChecked);
112 MailActivityEmail.DEBUG_FILE = isChecked;
115 MailActivityEmail.sDebugInhibitGraphicsAcceleration = isChecked;
116 mPreferences.setInhibitGraphicsAcceleration(isChecked);
[all...]
H A DAccountSetupOutgoingFragment.java311 if (enabled && mRequireLoginView.isChecked()) {
324 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
325 final int visibility = isChecked ? View.VISIBLE : View.GONE;
369 if (mRequireLoginView.isChecked()) {
/packages/apps/Email/src/com/android/email/provider/
H A DFolderPickerDialog.java147 public void onClick(DialogInterface dialog, int which, boolean isChecked) { argument
151 isChecked = true;
152 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.java59 public boolean isChecked() { method in class:MtpFullscreenView
60 return mCheckbox.isChecked();
100 public void onCheckedChanged(CompoundButton arg0, boolean isChecked) { argument
101 if (mBroker != null) mBroker.setItemChecked(mPosition, isChecked);
105 public void onCheckedChanged(int position, boolean isChecked) { argument
107 setChecked(isChecked);
H A DMtpThumbnailTileView.java78 if (isChecked()) {
84 public boolean isChecked() { method in class:MtpThumbnailTileView
/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/
H A DApnPreference.java65 boolean isChecked = getKey().equals(mSelectedKey);
66 if (isChecked) {
72 rb.setChecked(isChecked);
87 public boolean isChecked() { method in class:ApnPreference
95 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
96 Log.i(TAG, "ID: " + getKey() + " :" + isChecked);
101 if (isChecked) {
H A DDateTimeSettingsSetupWizard.java189 mAutoDateTimeButton.isChecked() ? 1 : 0);
190 if (!mAutoDateTimeButton.isChecked()) {
207 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
208 final boolean autoEnabled = isChecked; // just for readibility.
214 isChecked ? 1 : 0);
217 if (isChecked) {
225 isChecked ? 1 : 0);
H A DHomeSettings.java77 if (!pref.isChecked) {
107 int requestCode = REQUESTING_UNINSTALL + (pref.isChecked ? 1 : 0);
211 boolean isChecked; field in class:HomeSettings.HomeAppPreference
268 radio.setChecked(isChecked);
287 if (state != isChecked) {
288 isChecked = state;
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java108 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
110 if (isChecked &&
118 mLocalAdapter.setBluetoothEnabled(isChecked);
145 private void setChecked(boolean isChecked) { argument
146 if (isChecked != mSwitch.isChecked()) {
152 mSwitch.setChecked(isChecked);
H A DBluetoothPairingDialog.java378 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
380 if (isChecked) {
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DFileItemInfoLayout.java41 setChecked(!mCheckbox.isChecked());
64 public boolean isChecked() { method in class:FileItemInfoLayout
65 return mCheckbox.isChecked();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiEnabler.java103 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
109 if (isChecked && !WirelessSettings.isRadioAllowed(mContext, Settings.Global.RADIO_WIFI)) {
118 if (isChecked && ((wifiApState == WifiManager.WIFI_AP_STATE_ENABLING) ||
124 if (!mWifiManager.setWifiEnabled(isChecked)) {
155 if (checked != mSwitch.isChecked()) {
169 if (state != null && mSwitch.isChecked()) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationListItem.java225 if (mConversation.isChecked()) {
249 public boolean isChecked() { method in class:ConversationListItem
250 return mConversation.isChecked();
254 mConversation.setIsChecked(!mConversation.isChecked());
/packages/apps/Settings/src/com/android/settings/location/
H A DLocationSettings.java235 if (enabled != mSwitch.isChecked()) {
251 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
252 if (isChecked) {
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadItem.java128 public boolean isChecked() { method in class:DownloadItem
129 return mCheckBox.isChecked();
135 mDownloadList.onDownloadSelectionChanged(mDownloadId, mCheckBox.isChecked(),
137 mDownloadList.getCurrentView().setItemChecked(mPosition, mCheckBox.isChecked());
142 setChecked(!isChecked());
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DGroupMembershipView.java75 public boolean isChecked() { method in class:GroupMembershipView.GroupSelectionItem
323 listView.setItemChecked(i, mAdapter.getItem(i).isChecked());
370 if (item.isChecked() && !hasMembership(groupId)) {
384 return item.isChecked();

Completed in 575 milliseconds

12