Home | History | Annotate | Download | only in media

Lines Matching refs:newPosition

127     public boolean onMove(int oldPosition, int newPosition) {
128 if (oldPosition == newPosition)
139 int cache_entry = newPosition % ROWCACHESIZE;
141 if (mRowNumCache[cache_entry] == newPosition) {
165 if (newPosition < oldPosition || oldPosition == -1) {
180 for (int i = oldPosition; i <= newPosition; i++) {
193 if (i == newPosition) {
201 for (int i = oldPosition; i <= newPosition; i++) {
215 if (i == newPosition) {
225 mRowNumCache[cache_entry] = newPosition;