HomeSort by relevance Sort by last modified time
    Searched refs:mSyncRowId (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterView.java 69 * Position from which to start looking for mSyncRowId
76 long mSyncRowId = INVALID_ROW_ID;
79 * Height of the view when mSyncPosition and mSyncRowId where set
84 * True if we need to sync to mSyncRowId
977 * Searches the adapter for a position matching mSyncRowId. The search starts at mSyncPosition
981 * @return Position of the row that matches mSyncRowId, or {@link #INVALID_POSITION} if it can't
    [all...]
AbsSpinner.java 428 mSyncRowId = ss.selectedId;
AbsListView.java 918 mSyncRowId = ss.selectedId;
927 mSyncRowId = ss.firstId;
    [all...]
ListView.java     [all...]

Completed in 136 milliseconds