Searched refs:removeAtPos (Results 1 – 3 of 3) sorted by relevance
130 assertThat(mTileList.removeAtPos(0).mStartPosition, is(0)); in remove()133 assertThat(mTileList.removeAtPos(6).mStartPosition, is(6)); in remove()136 assertThat(mTileList.removeAtPos(9).mStartPosition, is(9)); in remove()
77 public Tile<T> removeAtPos(int startPosition) { in removeAtPos() method in TileList
263 TileList.Tile<T> tile = mTileList.removeAtPos(position);