Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLockPatternViewTest.java92 private ArgumentCaptor<List<LockPatternView.Cell>> mCellsArgumentCaptor;
187 List<LockPatternView.Cell> patternCells = mCellsArgumentCaptor.getValue(); in moveAlongTwoDots_hitsTwo()
190 contains(LockPatternView.Cell.of(0, 0), LockPatternView.Cell.of(0, 1))); in moveAlongTwoDots_hitsTwo()
207 contains(LockPatternView.Cell.of(0, 0), LockPatternView.Cell.of(1, 1))); in moveAlongTwoDotsDiagonally_hitsTwo()
227 contains(LockPatternView.Cell.of(0, 0), in moveAlongZPattern_hitsDots()
228 LockPatternView.Cell.of(0, 1), in moveAlongZPattern_hitsDots()
229 LockPatternView.Cell.of(0, 2), in moveAlongZPattern_hitsDots()
230 LockPatternView.Cell.of(1, 1), in moveAlongZPattern_hitsDots()
231 LockPatternView.Cell.of(2, 0), in moveAlongZPattern_hitsDots()
232 LockPatternView.Cell.of(2, 1), in moveAlongZPattern_hitsDots()
[all …]
H A DLockscreenCredentialTest.java67 LockPatternView.Cell.of(0, 0), in testPatternCredential()
68 LockPatternView.Cell.of(0, 1), in testPatternCredential()
69 LockPatternView.Cell.of(0, 2), in testPatternCredential()
70 LockPatternView.Cell.of(1, 2), in testPatternCredential()
71 LockPatternView.Cell.of(2, 2) in testPatternCredential()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java118 private final ArrayList<Cell> mPattern = new ArrayList<Cell>(9);
177 public static final class Cell { class in LockPatternView
186 private static Cell[][] createCells() { in createCells()
187 Cell[][] res = new Cell[3][3]; in createCells()
190 res[i][j] = new Cell(i, j); in createCells()
200 private Cell(int row, int column) { in Cell() method in LockPatternView.Cell
448 for (Cell cell : pattern) { in setPattern()
470 final Cell first = mPattern.get(0); in setDisplayMode()
749 Cell fillInGapCell = null; in detectAndAddHit()
902 Cell cellHit = detectCellHit(x, y); in checkForNewHit()
[all …]
H A DLockPatternUtils.java957 public static List<LockPatternView.Cell> byteArrayToPattern(byte[] bytes) { in byteArrayToPattern()
962 List<LockPatternView.Cell> result = Lists.newArrayList(); in byteArrayToPattern()
966 result.add(LockPatternView.Cell.of(b / 3, b % 3)); in byteArrayToPattern()
976 public static byte[] patternToByteArray(List<LockPatternView.Cell> pattern) { in patternToByteArray()
984 LockPatternView.Cell cell = pattern.get(i); in patternToByteArray()
H A DLockscreenCredential.java99 public static LockscreenCredential createPattern(@NonNull List<LockPatternView.Cell> pattern) { in createPattern()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DCredentialPatternViewBinder.kt63 private val onDetected: (pattern: List<LockPatternView.Cell>) -> Unit
65 override fun onPatternCellAdded(pattern: List<LockPatternView.Cell>) {}
68 override fun onPatternDetected(pattern: List<LockPatternView.Cell>) {
73 private fun List<LockPatternView.Cell>.isPatternTooShort(): Boolean =
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt204 expectedCredential as List<LockPatternView.Cell>
211 private fun List<AuthenticationPatternCoordinate>.toCells(): List<LockPatternView.Cell> {
212 return map { coordinate -> LockPatternView.Cell.of(coordinate.y, coordinate.x) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPatternViewController.java34 import com.android.internal.widget.LockPatternView.Cell;
99 public void onPatternCellAdded(List<Cell> pattern) { in onPatternCellAdded()
105 public void onPatternDetected(final List<LockPatternView.Cell> pattern) { in onPatternDetected()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DAidlConversionUtils.java25 import android.hardware.biometrics.face.Cell;
182 public static FaceEnrollCell toFrameworkCell(@Nullable Cell cell) { in toFrameworkCell()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptCredentialInteractor.kt147 pattern: List<LockPatternView.Cell>? = null,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
H A DCredentialViewModel.kt117 pattern: List<LockPatternView.Cell>,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt360 .map { LockPatternView.Cell.of(it.y, it.x) }
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsShellCommandTest.java389 private List<LockPatternView.Cell> stringToPattern(String str) { in stringToPattern()
/aosp14/frameworks/base/core/java/android/app/
H A DKeyguardManager.java1222 List<LockPatternView.Cell> pattern = in createLockscreenCredential()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java1120 List<LockPatternView.Cell> pattern = in createLockscreenCredential()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java1954 List<LockPatternView.Cell> cellPattern = in upgradeLockPatternLocation()
/aosp14/frameworks/base/config/
H A Dpreloaded-classes12924 com.android.internal.widget.LockPatternView$Cell
15511 java.util.concurrent.atomic.Striped64$Cell
17295 [Ljava.util.concurrent.atomic.Striped64$Cell;
17353 [[Lcom.android.internal.widget.LockPatternView$Cell;
H A Dboot-image-profile.txt29962 HSPLjava/util/concurrent/atomic/Striped64$Cell;-><clinit>()V
29963 HSPLjava/util/concurrent/atomic/Striped64$Cell;-><init>(J)V
29964 HSPLjava/util/concurrent/atomic/Striped64$Cell;->cas(JJ)Z
45834 Lcom/android/internal/widget/LockPatternView$Cell;
48425 Ljava/util/concurrent/atomic/Striped64$Cell;
50212 [Ljava/util/concurrent/atomic/Striped64$Cell;
50270 [[Lcom/android/internal/widget/LockPatternView$Cell;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes12893 com.android.internal.widget.LockPatternView$Cell
14152 [[Lcom.android.internal.widget.LockPatternView$Cell;
H A Dboot-image-profile.txt35700 Lcom/android/internal/widget/LockPatternView$Cell;
36961 [[Lcom/android/internal/widget/LockPatternView$Cell;