Searched defs:moving (Results 1 – 3 of 3) sorted by relevance
135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local151 int moving = mRowGapStart - where; in moveRowGapTo() local
322 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local346 int moving = mRowGapStart - where; in moveRowGapTo() local
360 public void setMoving(boolean moving) { in setMoving()