HomeSort by relevance Sort by last modified time
    Searched defs:checkBox (Results 1 - 11 of 11) sorted by null

  /hardware/ti/wpan/tools/BluetoothSCOApp/src/com/ti/bluetoothSCOapp/
connect.java 39 import android.widget.CheckBox;
141 CheckBox checkBox = (CheckBox) findViewById(R.id.CheckBox01);
143 checkBox.setOnClickListener(new View.OnClickListener() {
145 if (((CheckBox)v).isChecked()) {
147 Log.e(TAG, "BTSCOApp: Checkbox Checked ");
158 Log.e(TAG, "BTSCOApp Checkbox Unchecked ");
  /external/proguard/src/proguard/gui/
FilterBuilder.java 82 JCheckBox checkBox = checkBoxes[index];
83 String name = checkBox.getText();
87 if (checkBox.isSelected())
  /packages/apps/Settings/src/com/android/settings/applications/
AppViewHolder.java 9 import android.widget.CheckBox;
21 public CheckBox checkBox;
35 holder.checkBox = (CheckBox) convertView.findViewById(R.id.app_on_sdcard);
ManageApplications.java 780 holder.checkBox.setVisibility(View.VISIBLE);
781 holder.checkBox.setChecked((entry.info.flags
784 holder.checkBox.setVisibility(View.GONE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncStateCheckBoxPreference.java 71 View checkBox = view.findViewById(android.R.id.checkbox);
73 checkBox.setVisibility(View.GONE);
83 checkBox.setVisibility(View.VISIBLE);
132 // checkbox state
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbSettings.java 122 CheckBoxPreference checkBox = (CheckBoxPreference)preference;
123 if (!checkBox.isChecked()) {
124 checkBox.setChecked(true);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
SdkTargetSelector.java 257 // On the Mac, the width of the checkbox column is not included (and checkboxes
449 /** Computes the width of a checkbox */
453 Button checkBox = new Button(shell, SWT.CHECK);
454 sCheckboxWidth = checkBox.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
  /packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java 58 import android.widget.CheckBox;
259 final CheckBox checkBox = (CheckBox)alertDialog.findViewById(R.id.setPrimary);
260 if (checkBox.isChecked()) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 3859 milliseconds