Loading packages/SystemUI/res/layout-land/auth_credential_password_pin_content_view.xml +9 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,15 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> <LinearLayout android:id="@+id/customized_view_container" android:orientation="vertical" android:gravity="center_vertical" android:layout_below="@id/subtitle" android:layout_alignParentLeft="true" android:layout_width="match_parent" android:layout_height="wrap_content" /> </RelativeLayout> <FrameLayout Loading packages/SystemUI/res/layout-land/auth_credential_pattern_view.xml +9 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,15 @@ android:layout_width="wrap_content" android:layout_height="wrap_content"/> <LinearLayout android:id="@+id/customized_view_container" android:orientation="vertical" android:gravity="center_vertical" android:layout_below="@id/subtitle" android:layout_alignParentLeft="true" android:layout_width="match_parent" android:layout_height="wrap_content" /> <TextView android:id="@+id/error" style="?errorTextAppearanceLand" Loading packages/SystemUI/res/layout/auth_credential_password_pin_content_view.xml +7 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,13 @@ android:layout_height="wrap_content" android:layout_below="@id/subtitle" /> <LinearLayout android:id="@+id/customized_view_container" android:orientation="vertical" android:gravity="center_vertical" android:layout_below="@id/subtitle" android:layout_width="match_parent" android:layout_height="wrap_content" /> </RelativeLayout> </ScrollView> Loading packages/SystemUI/res/layout/auth_credential_pattern_view.xml +8 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,14 @@ android:layout_below="@id/subtitle" android:layout_width="wrap_content" android:layout_height="wrap_content"/> <LinearLayout android:id="@+id/customized_view_container" android:orientation="vertical" android:gravity="center_vertical" android:layout_below="@id/subtitle" android:layout_width="match_parent" android:layout_height="wrap_content" /> </RelativeLayout> <RelativeLayout Loading packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java +2 −1 Original line number Diff line number Diff line Loading @@ -518,7 +518,8 @@ public class AuthContainerView extends LinearLayout mConfig.mOpPackageName); final CredentialViewModel vm = mCredentialViewModelProvider.get(); vm.setAnimateContents(animateContents); ((CredentialView) mCredentialView).init(vm, this, mPanelController, animatePanel); ((CredentialView) mCredentialView).init(vm, this, mPanelController, animatePanel, mBiometricCallback); mLayout.addView(mCredentialView); } Loading Loading
packages/SystemUI/res/layout-land/auth_credential_password_pin_content_view.xml +9 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,15 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> <LinearLayout android:id="@+id/customized_view_container" android:orientation="vertical" android:gravity="center_vertical" android:layout_below="@id/subtitle" android:layout_alignParentLeft="true" android:layout_width="match_parent" android:layout_height="wrap_content" /> </RelativeLayout> <FrameLayout Loading
packages/SystemUI/res/layout-land/auth_credential_pattern_view.xml +9 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,15 @@ android:layout_width="wrap_content" android:layout_height="wrap_content"/> <LinearLayout android:id="@+id/customized_view_container" android:orientation="vertical" android:gravity="center_vertical" android:layout_below="@id/subtitle" android:layout_alignParentLeft="true" android:layout_width="match_parent" android:layout_height="wrap_content" /> <TextView android:id="@+id/error" style="?errorTextAppearanceLand" Loading
packages/SystemUI/res/layout/auth_credential_password_pin_content_view.xml +7 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,13 @@ android:layout_height="wrap_content" android:layout_below="@id/subtitle" /> <LinearLayout android:id="@+id/customized_view_container" android:orientation="vertical" android:gravity="center_vertical" android:layout_below="@id/subtitle" android:layout_width="match_parent" android:layout_height="wrap_content" /> </RelativeLayout> </ScrollView> Loading
packages/SystemUI/res/layout/auth_credential_pattern_view.xml +8 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,14 @@ android:layout_below="@id/subtitle" android:layout_width="wrap_content" android:layout_height="wrap_content"/> <LinearLayout android:id="@+id/customized_view_container" android:orientation="vertical" android:gravity="center_vertical" android:layout_below="@id/subtitle" android:layout_width="match_parent" android:layout_height="wrap_content" /> </RelativeLayout> <RelativeLayout Loading
packages/SystemUI/src/com/android/systemui/biometrics/AuthContainerView.java +2 −1 Original line number Diff line number Diff line Loading @@ -518,7 +518,8 @@ public class AuthContainerView extends LinearLayout mConfig.mOpPackageName); final CredentialViewModel vm = mCredentialViewModelProvider.get(); vm.setAnimateContents(animateContents); ((CredentialView) mCredentialView).init(vm, this, mPanelController, animatePanel); ((CredentialView) mCredentialView).init(vm, this, mPanelController, animatePanel, mBiometricCallback); mLayout.addView(mCredentialView); } Loading