HomeSort by relevance Sort by last modified time
    Searched full:checked (Results 51 - 75 of 5090) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/JetBoy/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/samples/USB/AdbTest/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/samples/USB/MissileLauncher/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/samples/training/AnimationsDemo/
project.properties 4 # This file must be checked in Version Control Systems.
  /development/samples/training/basic/ActivityLifecycle/
default.properties 4 # This file must be checked in Version Control Systems.
project.properties 4 # This file must be checked in Version Control Systems.
  /development/samples/training/multiscreen/newsreader/
project.properties 4 # This file must be checked in Version Control Systems.
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
CertException.java 4 * General checked Exception thrown in the cert package and its sub-packages.
  /external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/
default.properties 4 # This file must be checked in Version Control Systems.
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/
default.properties 4 # This file must be checked in Version Control Systems.
  /frameworks/base/tests/HwAccelerationTest/
default.properties 4 # This file must be checked in Version Control Systems.
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
CheckableImageView.java 26 * This is used as the background view of quickcontact chiclet, which is in checked state
57 public void setChecked(boolean checked) {
58 if (mChecked != checked) {
59 mChecked = checked;
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleGlobalGesturePreferenceFragment.java 38 public boolean onBeforeCheckedChanged(ToggleSwitch toggleSwitch, boolean checked) {
39 mSwitchBar.setCheckedInternal(checked);
40 getArguments().putBoolean(AccessibilitySettings.EXTRA_CHECKED, checked);
41 onPreferenceToggled(mPreferenceKey, checked);
  /prebuilts/go/darwin-x86/test/fixedbugs/bug396.dir/
two.go 6 // forms get type-checked.
  /prebuilts/go/darwin-x86/test/fixedbugs/bug407.dir/
two.go 6 // forms get type-checked.
  /prebuilts/go/darwin-x86/test/
index1.go 8 // The output is error checked.
index2.go 8 // The output is error checked.
  /prebuilts/go/linux-x86/test/fixedbugs/bug396.dir/
two.go 6 // forms get type-checked.
  /prebuilts/go/linux-x86/test/fixedbugs/bug407.dir/
two.go 6 // forms get type-checked.
  /prebuilts/go/linux-x86/test/
index1.go 8 // The output is error checked.
index2.go 8 // The output is error checked.
  /sdk/apps/DeviceConfig/
project.properties 4 # This file must be checked in Version Control Systems.
  /sdk/testapps/testSensors/
project.properties 4 # This file must be checked in Version Control Systems.
  /frameworks/base/core/java/android/widget/
ToggleButton.java 26 * Displays checked/unchecked states as a button
70 public void setChecked(boolean checked) {
71 super.setChecked(checked);
77 boolean checked = isChecked();
78 if (checked && mTextOn != null) {
80 } else if (!checked && mTextOff != null) {
86 * Returns the text for when the button is in the checked state.
95 * Sets the text for when the button is in the checked state.
104 * Returns the text for when the button is not in the checked state.
113 * Sets the text for when the button is not in the checked state
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
RadioGroupPreCheckedTest.java 39 assertTrue("The first radio button should be checked", radio.isChecked());
42 assertEquals("The first radio button should be checked", R.id.value_one,
55 assertFalse("The first radio button should not be checked", old.isChecked());
56 assertTrue("The second radio button should be checked", radio.isChecked());
59 assertEquals("The second radio button should be checked", R.id.value_two,

Completed in 398 milliseconds

1 23 4 5 6 7 8 91011>>