Searched refs:patternCells (Results 1 – 1 of 1) sorted by relevance
187 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongTwoDots_hitsTwo() local188 assertThat(patternCells, hasSize(2)); in moveAlongTwoDots_hitsTwo()189 assertThat(patternCells, in moveAlongTwoDots_hitsTwo()204 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongTwoDotsDiagonally_hitsTwo() local205 assertThat(patternCells, hasSize(2)); in moveAlongTwoDotsDiagonally_hitsTwo()206 assertThat(patternCells, in moveAlongTwoDotsDiagonally_hitsTwo()224 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongZPattern_hitsDots() local225 assertThat(patternCells, hasSize(7)); in moveAlongZPattern_hitsDots()226 assertThat(patternCells, in moveAlongZPattern_hitsDots()