Searched refs:gapend (Results 1 – 1 of 1) sorted by relevance
326 final int gapend = mRowGapStart + mRowGapLength; in moveRowGapTo() local328 for (int i = gapend; i < gapend + moving; i++) { in moveRowGapTo()329 int destrow = i - gapend + mRowGapStart; in moveRowGapTo()350 final int gapend = mRowGapStart + mRowGapLength; in moveRowGapTo() local353 int destrow = i - where + gapend - moving; in moveRowGapTo()