Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsFpmOtherView.java30 public class UdfpsFpmOtherView extends UdfpsAnimationView { class
34 public UdfpsFpmOtherView(Context context, @Nullable AttributeSet attrs) { in UdfpsFpmOtherView() method in UdfpsFpmOtherView
H A DUdfpsFpmOtherViewController.java32 class UdfpsFpmOtherViewController extends UdfpsAnimationViewController<UdfpsFpmOtherView> {
34 @NonNull UdfpsFpmOtherView view, in UdfpsFpmOtherViewController()
H A DUdfpsController.java882 UdfpsFpmOtherView authOtherView = (UdfpsFpmOtherView) in inflateUdfpsAnimation()