Lines Matching defs:item

107      * notification is received and only if the last item is already visible
170 * Show the first item
175 * Force the selected item to be on somewhere on the screen
180 * Show the last item
491 * find a checked item with a stable ID that moved position across
492 * a data set change. If the item isn't found it will be unselected.
669 * Track the item count from the last time we handled a data change.
736 * The top-level view of a list item can implement this interface to allow
737 * itself to modify the bounds of the selection shown for that item.
741 * Called to allow the list item to adjust the bounds shown for
745 * selected for the item (that is the bounds of the entire view). The
886 * @param position The item whose checked state to return
887 * @return The item's checked state or <code>false</code> if choice mode
901 * Returns the currently checked item. The result is only valid if the choice
904 * @return The position of the currently checked item or
938 * @return A new array which contains the id of each checked item in the
975 * @param position The item whose checked state is to be checked
976 * @param value The new checked state for the item
1019 // selected item
1108 * on all visible item views. This should only be called when a valid
1140 * List allows up to one item to be in a chosen state. By setting the choiceMode to
2065 // Last item is not visible
2424 * the pressed state for an item.
2441 * Controls whether the selection highlight drawable should be drawn on top of the item or
2444 * @param onTop If true, the selector will be drawn on the item it is highlighting. The default
2454 * Set a Drawable that should be used to highlight the currently selected item.
2741 * methods knows the view, position and ID of the item that received the
2745 * @param position The position of the item that received the long press.
2746 * @param id The ID of the item that received the long press.
2951 * @return The position of the item which contains the specified point, or
2952 * {@link #INVALID_POSITION} if the point does not intersect an item.
2976 * Maps a point to a the rowId of the item which intersects that point.
2980 * @return The rowId of the item which contains the specified point, or {@link #INVALID_ROW_ID}
2981 * if the point does not intersect an item.
4677 * the first or last item beyond the boundaries of the list) it will get as close
4696 * the first or last item beyond the boundaries of the list) it will get as close
5057 * @return The position of the first (or only) item in the row containing y
5065 * @return The position of the first (or only) item in the row closest to y
5100 * Makes the item at the supplied position selected.
5149 // Remember the position of the first item
6021 * Called when an item is checked or unchecked during selection mode.
6024 * @param position Adapter position of the item that was checked or unchecked
6025 * @param id Adapter ID of the item that was checked or unchecked
6026 * @param checked <code>true</code> if the item is now checked, <code>false</code>
6027 * if the item is now unchecked.
6057 public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
6058 return mWrapped.onActionItemClicked(mode, item);