Searched refs:AuthDialog (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/ |
D | BiometricPromptLayout.java | 33 import com.android.systemui.biometrics.AuthDialog; 97 private AuthDialog.LayoutParams onMeasureInternal(int width, int height) { in onMeasureInternal() 139 final AuthDialog.LayoutParams params = new AuthDialog.LayoutParams(width, totalHeight); in onMeasureInternal() 164 final AuthDialog.LayoutParams params = onMeasureInternal(width, height); in onMeasure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsDialogMeasureAdapter.java | 66 public AuthDialog.LayoutParams onMeasureInternal( in onMeasureInternal() 67 int width, int height, @NonNull AuthDialog.LayoutParams layoutParams, in onMeasureInternal() 101 private AuthDialog.LayoutParams onMeasureInternalPortrait(int width, int height, in onMeasureInternalPortrait() 177 return new AuthDialog.LayoutParams(width, totalHeight); in onMeasureInternalPortrait() 193 private AuthDialog.LayoutParams onMeasureInternalLandscape(int width, int height, in onMeasureInternalLandscape() 267 return new AuthDialog.LayoutParams(remeasuredWidth, remeasuredHeight); in onMeasureInternalLandscape()
|
D | AuthDialog.java | 31 public interface AuthDialog extends Dumpable { interface
|
D | AuthController.java | 155 AuthDialog mCurrentDialog; 1221 final AuthDialog newDialog = buildDialog( in showDialog() 1305 protected AuthDialog buildDialog(@Background DelayableExecutor bgExecutor, in buildDialog() 1333 final AuthDialog dialog = mCurrentDialog; in dump()
|
D | AuthContainerView.java | 111 implements AuthDialog, WakefulnessLifecycle.Observer, CredentialView.Host {
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | AuthControllerTest.java | 131 private AuthDialog mDialog1; 133 private AuthDialog mDialog2; 1070 protected AuthDialog buildDialog(DelayableExecutor bgExecutor, PromptInfo promptInfo, in buildDialog() 1078 AuthDialog dialog; in buildDialog()
|