HomeSort by relevance Sort by last modified time
    Searched refs:isChecked (Results 201 - 225 of 645) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 172 mCompatibilityMode.isChecked() ? 1 : 0);
248 mFancyImeAnimationsPref.isChecked() ? 1 : 0);
252 mHapticFeedbackPref.isChecked() ? 1 : 0);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsFragment.java 166 writeCecOption(Settings.Global.HDMI_CONTROL_ENABLED, mHdmiControlPref.isChecked());
170 mDeviceAutoOffPref.isChecked());
174 mTvAutoOnPref.isChecked());
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
XYRegionExampleActivity.java 149 if(timCB.isChecked()) {
160 if(nickCB.isChecked()) {
173 if(joeCB.isChecked()) {
182 if(jamesCB.isChecked()) {
199 if(cb.isChecked()) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 179 item.setControl (this.tabs[i].createTabFolderPage(this.componentResultsElement, this.tabFolder, this.fullLineSelection.isChecked()));
260 ComponentResultsView.this.preferences.putBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, isChecked());
270 ComponentResultsView.this.preferences.putBoolean(IPerformancesConstants.PRE_FILTER_OLD_BUILDS, isChecked());
280 ComponentResultsView.this.preferences.putBoolean(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS, isChecked());
334 tabItems[i].setControl(this.tabs [i].createTabFolderPage(this.componentResultsElement, this.tabFolder, this.fullLineSelection.isChecked()));
406 memento.putBoolean(IPerformancesConstants.PRE_FULL_LINE_SELECTION, this.fullLineSelection.isChecked());
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialog.java 221 if (mShowOptions.isChecked()) {
267 return mAlwaysOnVpn.isChecked();
271 if (mAlwaysOnVpn.isChecked()) {
322 if (mAlwaysOnVpn.isChecked() && !getProfile().isValidLockdownProfile()) {
419 profile.mppe = mMppe.isChecked();
449 profile.saveLogin = mSaveLogin.isChecked() || (mEditing && hasLogin);
AppManagementFragment.java 171 private boolean onAlwaysOnVpnClick(final boolean isChecked) {
172 if (isChecked && isLegacyVpnLockDownOrAnotherPackageAlwaysOn()) {
177 return setAlwaysOnVpnByUI(isChecked);
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 229 assertSame("checked has incorrect value", expectedInfo.isChecked(),
230 receivedInfo.isChecked());
288 assertFalse("checked not properly recycled", info.isChecked());
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 75 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked);
82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked);
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 75 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked);
82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked);
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerFragment.java 75 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
78 setBooleanGlobalSetting(Settings.Global.AUTO_TIME, isChecked);
82 setBooleanGlobalSetting(Settings.Global.AUTO_TIME_ZONE, isChecked);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 201 public boolean isChecked() {
208 * @param isChecked True if the view is checked, false otherwise.
212 public void setChecked(boolean isChecked) {
214 setBooleanProperty(PROPERTY_CHECKED, isChecked);
846 builder.append("; IsChecked: " + getBooleanProperty(PROPERTY_CHECKED));
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
PresetReverbTest.java 140 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
143 mPresetReverb.setEnabled(isChecked);
148 if (isChecked) {
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeRuleSettingsBase.java 161 public void onSwitchChanged(Switch switchView, boolean isChecked) {
162 if (DEBUG) Log.d(TAG, "onSwitchChanged " + isChecked);
164 final boolean enabled = isChecked;
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 494 public void onCheckedChanged(boolean isChecked) {
495 mEnabledByUser = isChecked;
496 if (isChecked) {
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
MainActivity.java 129 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).commit();
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java 149 boolean on = ((Switch) v).isChecked();
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 94 mUseHeadsUpCheckbox.isChecked()));
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java 149 boolean on = ((Switch) v).isChecked();
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
MainActivity.java 129 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).commit();
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 94 mUseHeadsUpCheckbox.isChecked()));
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 114 final boolean isComplete = completeNode.isChecked();
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 85 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
86 if (isChecked && mRecyclerView.getItemAnimator() == null) {
88 } else if (!isChecked && mRecyclerView.getItemAnimator() != null) {
91 mAnimationsEnabled = isChecked;
99 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
100 mPredictiveAnimationsEnabled = isChecked;
109 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
110 mEnableInPlaceChange = isChecked;
357 boolean selected = ((CheckBox) view).isChecked();
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
MainActivity.java 129 editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.isChecked()).commit();
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserFragment.java 149 boolean on = ((Switch) v).isChecked();
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 94 mUseHeadsUpCheckbox.isChecked()));

Completed in 1403 milliseconds

1 2 3 4 5 6 7 891011>>