Searched refs:isChecked (Results 1 - 25 of 166) sorted by relevance

1234567

/frameworks/base/core/java/android/widget/
H A DCheckable.java35 boolean isChecked(); method in interface:Checkable
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/util/
H A DConfigViewHolder.java40 mCheckBox.setChecked(toggle.isChecked());
44 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
46 mConfigToggle.onChange(isChecked);
H A DConfigToggle.java32 abstract public boolean isChecked(); method in class:ConfigToggle
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/util/
H A DConfigViewHolder.java40 mCheckBox.setChecked(toggle.isChecked());
44 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
46 mConfigToggle.onChange(isChecked);
H A DConfigToggle.java32 abstract public boolean isChecked(); method in class:ConfigToggle
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSlider.java28 default boolean isChecked() { return false; } method in interface:ToggleSlider
H A DToggleSliderView.java80 mMirror.setChecked(mToggle.isChecked());
108 public boolean isChecked() { method in class:ToggleSliderView
109 return mToggle.isChecked();
159 ToggleSliderView.this, mTracking, mToggle.isChecked(), progress, false);
168 mListener.onChanged(ToggleSliderView.this, mTracking, mToggle.isChecked(),
185 mListener.onChanged(ToggleSliderView.this, mTracking, mToggle.isChecked(),
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
H A DSwitchItem.java37 void onCheckedChange(SwitchItem item, boolean isChecked); argument
64 public boolean isChecked() { method in class:SwitchItem
99 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
100 mChecked = isChecked;
102 mListener.onCheckedChange(this, isChecked);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DLinearLayoutManagerActivity.java53 public boolean isChecked() {
69 public boolean isChecked() {
80 public boolean isChecked() {
93 public boolean isChecked() {
104 public boolean isChecked() {
H A DLinearLayoutManagerJankActivity.java67 public boolean isChecked() { return mBindSlowdownEnabled; }
74 public boolean isChecked() { return mInflateSlowdownEnabled; }
81 public boolean isChecked() { return mLayoutManager.isItemPrefetchEnabled(); }
H A DGridLayoutManagerActivity.java56 public boolean isChecked() {
68 public boolean isChecked() {
79 public boolean isChecked() {
92 public boolean isChecked() {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DLinearLayoutManagerActivity.java53 public boolean isChecked() {
69 public boolean isChecked() {
80 public boolean isChecked() {
93 public boolean isChecked() {
104 public boolean isChecked() {
H A DLinearLayoutManagerJankActivity.java67 public boolean isChecked() { return mBindSlowdownEnabled; }
74 public boolean isChecked() { return mInflateSlowdownEnabled; }
81 public boolean isChecked() { return mLayoutManager.isItemPrefetchEnabled(); }
H A DGridLayoutManagerActivity.java56 public boolean isChecked() {
68 public boolean isChecked() {
79 public boolean isChecked() {
92 public boolean isChecked() {
/frameworks/opt/setupwizard/library/eclair-mr1/test/robotest/src/com/android/setupwizardlib/items/
H A DSwitchItemTest.java59 assertTrue("Switch should be checked", mSwitch.isChecked());
73 assertFalse("Switch should be unchecked", mSwitch.isChecked());
90 assertTrue("Switch should be checked", mSwitch.isChecked());
120 assertTrue("Switch should be checked", mSwitch.isChecked());
124 assertFalse("Item1 should still be unchecked", item1.isChecked());
125 assertFalse("Item2 should not be checked", item2.isChecked());
129 assertFalse("Item1 should still be unchecked", item1.isChecked());
130 assertTrue("Item2 should be checked", item2.isChecked());
149 assertTrue("Switch should be checked", mSwitch.isChecked());
171 assertTrue("Switch should be checked", mSwitch.isChecked());
226 onCheckedChange(SwitchItem item, boolean isChecked) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCheckableImageView.java45 if (isChecked()) {
57 public boolean isChecked() { method in class:CheckableImageView
/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java39 assertTrue("The first radio button should be checked", radio.isChecked());
55 assertFalse("The first radio button should not be checked", old.isChecked());
56 assertTrue("The second radio button should be checked", radio.isChecked());
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DCompoundButtonBindingAdapter.java38 if (view.isChecked() != checked) {
52 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
54 listener.onCheckedChanged(buttonView, isChecked);
/frameworks/support/design/src/android/support/design/widget/
H A DCheckableImageButton.java58 event.setChecked(isChecked());
66 info.setChecked(isChecked());
82 public boolean isChecked() { method in class:CheckableImageButton
/frameworks/base/core/java/android/content/
H A DDialogInterface.java132 * @param isChecked {@code true} if the click checked the item, else
135 void onClick(DialogInterface dialog, int which, boolean isChecked); argument
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModeDialog.java54 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
58 mCompatEnabled.isChecked() ? ActivityManager.COMPAT_MODE_ENABLED
67 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
70 mAppInfo.packageName, mAlwaysShow.isChecked());
/frameworks/support/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/
H A DCheckableFrameLayout.java43 public boolean isChecked() { method in class:CheckableFrameLayout
/frameworks/support/frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
H A DConfigLayout.java124 Config.get().update(mEnableEmojiCompat.isChecked(), mReplaceAll.isChecked(),
125 mDownloadable.isChecked(), mIndicator.isChecked());
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/
H A DCheckableFrameLayout.java43 public boolean isChecked() { method in class:CheckableFrameLayout
/frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
H A DConfigLayout.java124 Config.get().update(mEnableEmojiCompat.isChecked(), mReplaceAll.isChecked(),
125 mDownloadable.isChecked(), mIndicator.isChecked());

Completed in 392 milliseconds

1234567