/frameworks/base/core/java/android/widget/ |
Checkable.java | 26 * Change the checked state of the view 28 * @param checked The new checked state 30 void setChecked(boolean checked); 33 * @return The current checked state of the view 38 * Change the checked state of the view to the inverse of its current state
|
CompoundButton.java | 34 * A button with two states, checked and unchecked. When the button is pressed 78 boolean checked = a 80 setChecked(checked); 108 * <p>Changes the checked state of this button.</p> 110 * @param checked true to check the button, false to uncheck it 112 public void setChecked(boolean checked) { 113 if (mChecked != checked) { 114 mChecked = checked; 135 * Register a callback to be invoked when the checked state of this button 138 * @param listener the callback to call on checked state chang 283 boolean checked; field in class:CompoundButton.SavedState [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/reflect/ |
UndeclaredThrowableException.java | 21 * This class provides a wrapper for an undeclared, checked exception thrown by 34 * undeclared, checked exception that occurred. 37 * the undeclared, checked exception that occurred 47 * undeclared, checked exception that occurred and a message. 52 * the undeclared, checked exception that occurred 62 * Returns the undeclared, checked exception that occurred, which may be 65 * @return the undeclared, checked exception that occurred 72 * Returns the undeclared, checked exception that occurred, which may be 75 * @return the undeclared, checked exception that occurred
|
/dalvik/dx/tests/040-dex-constructor/ |
info.txt | 3 file are not checked for correctness. This test is of a classfile with
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
WrappedRuntimeException.java | 24 * This class is for throwing important checked exceptions 25 * over non-checked methods. It should be used with care, 39 /** Primary checked exception. 45 * checked exception. 47 * @param e Primary checked exception 62 * @param e Primary checked exception 73 * Get the checked exception that this runtime exception wraps. 75 * @return The primary checked exception
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
WrappedRuntimeException.java | 24 * This class is for throwing important checked exceptions 25 * over non-checked methods. It should be used with care, 32 /** Primary checked exception. 38 * checked exception. 40 * @param e Primary checked exception 55 * @param e Primary checked exception 66 * Get the checked exception that this runtime exception wraps. 68 * @return The primary checked exception
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListGetCheckItemIdsTest.java | 63 assertChecked("None check choice has item checked"); 70 assertChecked("Item checked when setting Single mode"); 76 assertChecked("Only element " + i + " should be checked", i); 84 assertChecked("Only element " + i + " should be checked", i); 92 assertChecked("Item checked when setting Multiple mode"); 98 assertChecked("First element non checked", 1); 101 assertChecked("Second element not checked", 1, 3); 104 assertChecked("Third element not checked", 0, 1, 3); 107 assertChecked("Unchecked element appears checked", 0, 1, 3); 122 assertChecked("Checked items after last element unchecked") [all...] |
/dalvik/dx/tests/034-dex-minimal/ |
info.txt | 4 --no-files option. The output dump of this is checked to make sure it 9 converted file are not checked for correctness.
|
/dalvik/dx/tests/032-bb-live-code/ |
info.txt | 5 branch are checked for liveness as well.
|
/dalvik/dx/tests/035-dex-instance-var/ |
info.txt | 3 file are not checked for correctness. This test is of a classfile with
|
/dalvik/dx/tests/036-dex-static-var/ |
info.txt | 3 file are not checked for correctness. This test is of a classfile with
|
/dalvik/dx/tests/037-dex-static-final-var/ |
info.txt | 3 file are not checked for correctness. This test is of a classfile with
|
/dalvik/dx/tests/038-dex-instance-method/ |
info.txt | 3 file are not checked for correctness. This test is of a classfile with
|
/dalvik/dx/tests/039-dex-static-method/ |
info.txt | 3 file are not checked for correctness. This test is of a classfile with
|
/dalvik/dx/tests/041-dex-abstract-method/ |
info.txt | 3 file are not checked for correctness. This test is of a classfile with
|
/dalvik/dx/tests/042-dex-ignore-result/ |
info.txt | 3 file are not checked for correctness. This test is of the case of a
|
/dalvik/dx/tests/043-dex-two-classes/ |
info.txt | 3 file are not checked for correctness. This test just makes sure that
|
/dalvik/dx/tests/050-dex-checkcast/ |
info.txt | 2 checked cast expressions get converted reasonably.
|
/dalvik/dx/tests/089-dex-define-object/ |
info.txt | 4 not checked for correctness.
|
/development/samples/JetBoy/ |
default.properties | 4 # This file must be checked in Version Control Systems.
|
/ndk/samples/bitmap-plasma/ |
default.properties | 4 # This file must be checked in Version Control Systems.
|
/ndk/samples/hello-gl2/ |
default.properties | 4 # This file must be checked in Version Control Systems.
|
/ndk/samples/hello-jni/ |
default.properties | 4 # This file must be checked in Version Control Systems.
|
/ndk/samples/hello-jni/tests/ |
default.properties | 4 # This file must be checked in Version Control Systems.
|
/ndk/samples/hello-neon/ |
default.properties | 4 # This file must be checked in Version Control Systems.
|