OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checkBox
(Results
1 - 7
of
7
) sorted by null
/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/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
256
// On the Mac, the width of the
checkbox
column is not included (and checkboxes
445
/** Computes the width of a
checkbox
*/
449
Button
checkBox
= new Button(shell, SWT.CHECK);
450
sCheckboxWidth =
checkBox
.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
/packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java
57
import android.widget.
CheckBox
;
238
final
CheckBox
checkBox
= (
CheckBox
)alertDialog.findViewById(R.id.setPrimary);
239
if (
checkBox
.isChecked()) {
/packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java
49
import android.widget.
CheckBox
;
215
CheckBox
checkBox
;
495
holder.
checkBox
= (
CheckBox
) convertView.findViewById(R.id.app_on_sdcard);
524
holder.
checkBox
.setVisibility(View.VISIBLE);
525
holder.
checkBox
.setChecked((entry.info.flags
528
holder.
checkBox
.setVisibility(View.GONE);
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 328 milliseconds