Lines Matching refs:to

3  * Licensed to The Android Open Source Project.
11 * Unless required by applicable law or agreed to in writing, software
146 * The next action to perform. Do not read or write this. All accesses should
179 * an arrow ( › ) by messages sent to my address (not a mailing list),
180 * and a double arrow ( » ) by messages sent only to me.
202 * Temporary views insert at specific positions relative to conversations. These can be
203 * related to showing new features (on-boarding) or showing information about new mailboxes
320 // If we have no content, the only possible thing to show is custom footer (e.g. loading)
331 * Add a conversation to the undo set, but only if its deletion is still cached. If the
333 * handle it here, and should instead rely on the cursor refresh to restore the item.
406 // Try to recycle views.
415 // but its safer and cheaper than trying to determine individual
416 // types. In a future release, use position/id map to try to make
417 // this cleaner / faster to determine if the view is animating.
429 * {@link Conversation#position} set to the position of these conversations
431 * of deleting the actual element is left to the the listener. This listener
432 * will be called when the animations are complete and is required to delete
446 * {@link Conversation#position} set to the position of these conversations
448 * of deleting the actual element is left to the the listener. This listener
449 * will be called when the animations are complete and is required to delete
730 // advance the cursor to the right position and read the cached conversation, if present
732 // (no need to have CursorAdapter check mDataValid because in our incarnation without
733 // FLAG_REGISTER_CONTENT_OBSERVER, mDataValid is effectively identical to mCursor being
847 * @param next The next action that is to be performed, possibly null (if no next action is
914 LogUtils.d(LOG_TAG, "Trying to clear a non-existant leave behind");
968 * Forcibly clear any internal state that would cause {@link #isAnimating()} to return true.
969 * Call this in times of desperation, when you really, really want to trash state and just
1053 // has to be adjusted for the number of fleeting views above it.
1058 // If the special view asks for position 0, it wants to be at the top.
1104 public void changeCursorAndColumns(final Cursor c, final String[] from, final int[] to) {
1105 super.changeCursorAndColumns(c, from, to);