Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthBiometricView.java385 final AuthBiometricView biometricView = this; in updateSize() local
389 biometricView.getY(), biometricView.getY() - translationY); in updateSize()
393 biometricView.setTranslationY(translation); in updateSize()
399 if (biometricView.getParent() != null) { in updateSize()
400 ((ViewGroup) biometricView.getParent()).removeView(biometricView); in updateSize()
411 biometricView.setAlpha(opacity); in updateSize()