HomeSort by relevance Sort by last modified time
    Searched full:checkbox (Results 201 - 225 of 1370) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 20 import android.widget.CheckBox;
158 ((CheckBox) findViewById(R.id.frontcameracheckbox)).isChecked();
159 boolean testBackCamera = ((CheckBox) findViewById(R.id.backcameracheckbox)).isChecked();
160 boolean testQVGA = ((CheckBox) findViewById(R.id.qvgacheckbox)).isChecked();
161 boolean testVGA = ((CheckBox) findViewById(R.id.vgacheckbox)).isChecked();
162 boolean test15fps = ((CheckBox) findViewById(R.id.fps15checkbox)).isChecked();
163 boolean test30fps = ((CheckBox) findViewById(R.id.fps30checkbox)).isChecked();
164 boolean testRotate0 = ((CheckBox) findViewById(R.id.rotate0checkbox)).isChecked();
165 boolean testRotate90 = ((CheckBox) findViewById(R.id.rotate90checkbox)).isChecked();
166 boolean testRotate180 = ((CheckBox) findViewById(R.id.rotate180checkbox)).isChecked()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 48 /** Checkbox indicating whether an application node is present */
50 /** Listen to changes to the UI node for <application> and updates the checkbox */
52 /** Internal flag to know where we're programmatically modifying the checkbox and we want to
53 * avoid triggering the checkbox's callback. */
83 // Set the state of the checkbox
115 // Initialize the state of the checkbox
146 * This listener synchronizes the XML application node when the checkbox
289 * This listener synchronizes the UI (i.e. the checkbox) with the
298 // To update the checkbox to reflect the actual state, we just need
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 32 import android.widget.CheckBox;
55 final CheckBox hideGoneCB = (CheckBox) findViewById(R.id.hideGoneCB);
89 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2Config.vfr 161 checkbox name = TCG2ActivatePCRBank0,
171 checkbox name = TCG2ActivatePCRBank1,
181 checkbox name = TCG2ActivatePCRBank2,
191 checkbox name = TCG2ActivatePCRBank3,
201 checkbox name = TCG2ActivatePCRBank4,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 37 import android.widget.CheckBox;
46 implements DialogInterface.OnClickListener, CheckBox.OnCheckedChangeListener {
50 private CheckBox mAlwaysUse;
86 // add "always use" checkbox
90 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java 25 import android.widget.CheckBox;
56 CheckBox mAddMayoCheckbox;
57 CheckBox mAddTomatoCheckbox;
142 // As with the checkbox listeners, rewrite the
154 Log.v(TAG, "Checkbox toggled: " + buttonView);
  /packages/apps/CellBroadcastReceiver/res/values/
strings.xml 104 <!-- Preference title for enable emergency alerts checkbox. [CHAR LIMIT=50] -->
106 <!-- Preference summaries for allow alerts checkbox. [CHAR LIMIT=50] -->
112 <!-- Preference title for enable text-to-speech checkbox. [CHAR LIMIT=50] -->
114 <!-- Preference summary for enable text-to-speech checkbox. [CHAR LIMIT=100] -->
123 <!-- Preference title for enable ETWS test alerts checkbox. [CHAR LIMIT=50] -->
125 <!-- Preference summary for enable ETWS test alerts checkbox. [CHAR LIMIT=100] -->
128 <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
130 <!-- Preference summary for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=100] -->
132 <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
134 <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] --
    [all...]
  /packages/apps/Email/res/layout-w600dp/
account_setup_options_fragment.xml 60 <CheckBox
73 <CheckBox
87 <CheckBox
99 <CheckBox
111 <CheckBox
  /packages/apps/Settings/src/com/android/settings/widget/
HotspotApBandSelectionPreference.java 29 import android.widget.CheckBox;
48 CheckBox mBox2G;
50 CheckBox mBox5G;
106 // add a checkbox for every band entry.
128 if (!(buttonView instanceof CheckBox)) {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
SelfManagedCallingActivity.java 30 import android.widget.CheckBox;
48 private CheckBox mCheckIfPermittedBeforeCalling;
54 private CheckBox mHoldableCheckbox;
55 private CheckBox mVideoCallCheckbox;
104 mCheckIfPermittedBeforeCalling = (CheckBox) findViewById(
TestDialerActivity.java 15 import android.widget.CheckBox;
23 private CheckBox mRttCheckbox;
58 mRttCheckbox = (CheckBox) findViewById(R.id.call_with_rtt_checkbox);
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java 236 UiObject checkbox = dialog.assertDoNotAskAgainVisibility(true); local
237 assertTrue("checkbox should not be checkable", checkbox.isCheckable());
238 assertFalse("checkbox should not be checked", checkbox.isChecked());
239 checkbox.click();
240 assertTrue("checkbox should be checked", checkbox.isChecked()); // Sanity check
491 UiObject checkbox = null; local
493 checkbox = getDoNotAskAgainCheckBox()
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 30 import android.widget.CheckBox;
54 private CheckBox mUseHeadsUpCheckbox;
98 mUseHeadsUpCheckbox = (CheckBox) view.findViewById(R.id.use_heads_up_checkbox);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 30 import android.widget.CheckBox;
54 private CheckBox mUseHeadsUpCheckbox;
98 mUseHeadsUpCheckbox = (CheckBox) view.findViewById(R.id.use_heads_up_checkbox);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 28 import android.widget.CheckBox;
42 private CheckBox mShowInvisibleControl;
57 mShowInvisibleControl = (CheckBox) findViewById(R.id.showInvisible);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 30 import android.widget.CheckBox;
54 private CheckBox mUseHeadsUpCheckbox;
98 mUseHeadsUpCheckbox = (CheckBox) view.findViewById(R.id.use_heads_up_checkbox);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrOpCodeCreation.c 441 EFI_IFR_CHECKBOX CheckBox;
454 CheckBox.Header.OpCode = EFI_IFR_CHECKBOX_OP;
455 CheckBox.Header.Length = (UINT8) sizeof (EFI_IFR_CHECKBOX);
456 CheckBox.Header.Scope = 0;
457 CheckBox.Question.QuestionId = QuestionId;
458 CheckBox.Question.VarStoreId = VarStoreId;
459 CheckBox.Question.VarStoreInfo.VarOffset = VarOffset;
460 CheckBox.Question.Header.Prompt = Prompt;
461 CheckBox.Question.Header.Help = Help;
462 CheckBox.Question.Flags = QuestionFlags;
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
HostSelectorDisplay.java 8 import com.google.gwt.user.client.ui.CheckBox;
26 private CheckBox allowOneTimeHostsBox = new CheckBox();
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
BenchmarkGroup.java 22 import android.widget.CheckBox;
35 public static class Benchmark implements CheckBox.OnClickListener {
71 setEnabled(((CheckBox)view).isChecked());
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawable01.java 24 import android.widget.CheckBox;
63 CheckBox toggle = new CheckBox(this);
  /frameworks/support/preference/src/main/java/androidx/preference/
CheckBoxPreference.java 33 * A {@link Preference} that provides checkbox widget
95 syncCheckboxView(holder.findViewById(android.R.id.checkbox));
117 View checkboxView = view.findViewById(android.R.id.checkbox);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/res/layout/
job_scheduler.xml 61 <CheckBox
66 <CheckBox
71 <CheckBox
  /packages/services/Telecomm/testapps/res/layout/
self_managed_sample_main.xml 22 <CheckBox
78 <CheckBox
83 <CheckBox
  /packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
TelephonyRegistryTestApp.java 31 import android.widget.CheckBox;
95 CheckBox box = new CheckBox(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 55 // WorkingSetGroup is implemented in such a way that the checkbox it contains
61 // Or find the checkbox we want and trigger it manually.
92 * Finds the first button of style Checkbox in the given parent composite.

Completed in 3505 milliseconds

1 2 3 4 5 6 7 891011>>