Home
last modified time | relevance | path

Searched refs:patternCells (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLockPatternViewTest.java187 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongTwoDots_hitsTwo() local
188 assertThat(patternCells, hasSize(2)); in moveAlongTwoDots_hitsTwo()
189 assertThat(patternCells, in moveAlongTwoDots_hitsTwo()
204 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongTwoDotsDiagonally_hitsTwo() local
205 assertThat(patternCells, hasSize(2)); in moveAlongTwoDotsDiagonally_hitsTwo()
206 assertThat(patternCells, in moveAlongTwoDotsDiagonally_hitsTwo()
224 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongZPattern_hitsDots() local
225 assertThat(patternCells, hasSize(7)); in moveAlongZPattern_hitsDots()
226 assertThat(patternCells, in moveAlongZPattern_hitsDots()