Searched refs:oldPos (Results 1 – 2 of 2) sorted by relevance
619 ArrayList<ContactEntry> list, int oldPos, int newPinPos) { in getReflowedPinningOperations() argument621 final int lowerBound = Math.min(oldPos, newPinPos); in getReflowedPinningOperations()622 final int upperBound = Math.max(oldPos, newPinPos); in getReflowedPinningOperations()
481 int oldPos = mOrientationHandler.getPrimaryScroll(this); in computeScrollHelper() local483 if (oldPos != newPos) { in computeScrollHelper()488 if (newPos < mMinScroll && oldPos >= mMinScroll) { in computeScrollHelper()491 } else if (newPos > mMaxScroll && oldPos <= mMaxScroll) { in computeScrollHelper()