Lines Matching defs:checked

238      * Running count of how many items are currently checked
243 * Running state of which positions are currently checked
248 * Running state of which IDs are currently checked.
249 * If there is a value for a given key, the checked state for that ID is true
491 * find a checked item with a stable ID that moved position across
874 * Returns the checked state of the specified position. The result is only
878 * @param position The item whose checked state to return
879 * @return The item's checked state or <code>false</code> if choice mode
893 * Returns the currently checked item. The result is only valid if the choice
896 * @return The position of the currently checked item or
910 * Returns the set of checked items in the list. The result is only valid if
926 * Returns the set of checked items ids. The result is only valid if the
930 * @return A new array which contains the id of each checked item in the
963 * Sets the checked state of the specified position. The is only valid if
967 * @param position The item whose checked state is to be checked
968 * @param value The new checked state for the item
1093 * Perform a quick, in-place update of the checked or activated state
6074 * Called when an item is checked or unchecked during selection mode.
6077 * @param position Adapter position of the item that was checked or unchecked
6078 * @param id Adapter ID of the item that was checked or unchecked
6079 * @param checked <code>true</code> if the item is now checked, <code>false</code>
6083 int position, long id, boolean checked);
6095 // Initialize checked graphic state?
6125 int position, long id, boolean checked) {
6126 mWrapped.onItemCheckedStateChanged(mode, position, id, checked);