OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkBox
(Results
1 - 12
of
12
) 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);
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pEnabler.java
56
public WifiP2pEnabler(Context context, CheckBoxPreference
checkBox
) {
58
mCheckBox =
checkBox
;
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css
33
.
checkBox
{
75
body.rtl .
checkBox
, body.rtl .checkBoxTopic {
/packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java
75
public WifiApEnabler(Context context, CheckBoxPreference
checkBox
) {
77
mCheckBox =
checkBox
;
78
mOriginalSummary =
checkBox
.getSummary();
79
checkBox
.setPersistent(false);
/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/Gallery/src/com/android/camera/
ImageGallery.java
863
Drawable
checkBox
= mMultiSelected.contains(image)
866
int width =
checkBox
.getIntrinsicWidth();
867
int height =
checkBox
.getIntrinsicHeight();
871
checkBox
.setBounds(mSrcRect);
872
checkBox
.draw(canvas);
[
all
...]
/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
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java
370
Button
checkBox
= (Button) findViewById(R.id.checkbox_button);
371
checkBox
.setOnClickListener(new OnClickListener() {
/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()) {
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 826 milliseconds