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

12

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DSwitches.java44 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
45 Toast.makeText(this, "Monitored switch is " + (isChecked ? "on" : "off"),
H A DCheckableFrameLayout.java41 public boolean isChecked() { method in class:CheckableFrameLayout
H A DHover.java101 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
102 mInterceptor.setInterceptHover(isChecked);
H A DOverscanActivity.java167 @Override public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
183 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
184 setFullscreen(isChecked);
191 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
192 if (isChecked) {
203 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
204 if (isChecked) {
297 if (mCheckControls[i].isChecked()) {
H A DContentBrowserActivity.java232 item.setChecked(!item.isChecked());
233 mContent.setBaseSystemUiVisibility(item.isChecked()
H A DGrid3.java122 public boolean isChecked() { method in class:Grid3.CheckableLayout
/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DLayoutAnimations.java97 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
105 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
111 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
117 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
123 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
135 transition.setAnimator(LayoutTransition.APPEARING, appearingCB.isChecked() ?
136 (customAnimCB.isChecked() ? customAppearingAnim : defaultAppearingAnim) : null);
137 transition.setAnimator(LayoutTransition.DISAPPEARING, disappearingCB.isChecked() ?
138 (customAnimCB.isChecked() ? customDisappearingAnim : defaultDisappearingAnim) : null);
139 transition.setAnimator(LayoutTransition.CHANGE_APPEARING, changingAppearingCB.isChecked()
[all...]
H A DLayoutAnimationsHideShow.java69 v.setVisibility(hideGoneCB.isChecked() ? View.GONE : View.INVISIBLE);
91 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
93 if (isChecked) {
H A DAnimatorEvents.java83 animView.startAnimation(endCB.isChecked());
/development/samples/Support13Demos/src/com/example/android/supportv13/view/
H A DCheckableFrameLayout.java41 public boolean isChecked() { method in class:CheckableFrameLayout
/development/samples/Support4Demos/src/com/example/android/supportv4/view/
H A DCheckableFrameLayout.java41 public boolean isChecked() { method in class:CheckableFrameLayout
/development/samples/ContactManager/src/com/example/android/contactmanager/
H A DContactManager.java71 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
72 Log.d(TAG, "mShowInvisibleControl changed: " + isChecked);
73 mShowInvisible = isChecked;
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DFragmentMenuFragment.java89 if (mCheckBox1.isChecked()) ft.show(mFragment1);
91 if (mCheckBox2.isChecked()) ft.show(mFragment2);
H A DFragmentMenu.java89 if (mCheckBox1.isChecked()) ft.show(mFragment1);
91 if (mCheckBox2.isChecked()) ft.show(mFragment2);
H A DPresentationActivity.java237 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { argument
244 if (isChecked) {
383 return mShowAllDisplaysCheckbox.isChecked() ? null :
H A DIsolatedService.java146 if (((CheckBox)v).isChecked()) {
H A DAlertDialogSamples.java237 boolean isChecked) {
273 boolean isChecked) {
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentMenuFragmentSupport.java90 if (mCheckBox1.isChecked()) ft.show(mFragment1);
92 if (mCheckBox2.isChecked()) ft.show(mFragment2);
H A DFragmentMenuSupport.java91 if (mCheckBox1.isChecked()) ft.show(mFragment1);
93 if (mCheckBox2.isChecked()) ft.show(mFragment2);
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DCustomViewAccessibilityActivity.java86 event.setChecked(isChecked());
96 info.setChecked(isChecked());
153 event.setChecked(isChecked());
164 info.setChecked(isChecked());
230 public boolean isChecked() { method in class:CustomViewAccessibilityActivity.BaseToggleButton
H A DTaskBackService.java114 final boolean isComplete = completeNode.isChecked();
/development/samples/ApiDemos/src/com/example/android/apis/os/
H A DSmsMessagingDemo.java78 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
79 Log.d(TAG, (isChecked ? "Enabling" : "Disabling") + " SMS receiver");
82 isChecked ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
/development/samples/BackupRestore/src/com/example/android/backuprestore/
H A DBackupRestoreActivity.java209 boolean isChecked) {
240 boolean addMayo = mAddMayoCheckbox.isChecked();
241 boolean addTomato = mAddTomatoCheckbox.isChecked();
/development/samples/ApiDemos/src/com/example/android/apis/preference/
H A DAdvancedPreferences.java45 mCheckBoxPreference.setChecked(!mCheckBoxPreference.isChecked());
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DSimpleMenuItem.java208 public boolean isChecked() { method in class:SimpleMenuItem

Completed in 668 milliseconds

12