Loading packages/SystemUI/res-keyguard/layout/keyguard_pin_view.xml +3 −3 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ androidprv:layout_constraintTop_toTopOf="parent" androidprv:layout_constraintBottom_toTopOf="@id/key1" androidprv:layout_constraintVertical_bias="1.0"> androidprv:layout_constraintVertical_bias="0.0"> <com.android.keyguard.PasswordTextView android:id="@+id/pinEntry" Loading packages/SystemUI/res/layout/super_notification_shade.xml +9 −4 Original line number Diff line number Diff line Loading @@ -81,9 +81,10 @@ /> <!-- Keyguard messages --> <FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content" <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:layout_marginTop="@dimen/status_bar_height" android:layout_gravity="top|center_horizontal" android:gravity="center_horizontal"> Loading @@ -97,7 +98,11 @@ android:singleLine="true" android:ellipsize="marquee" android:focusable="true" /> </FrameLayout> <FrameLayout android:id="@+id/keyboard_bouncer_container" android:layout_height="0dp" android:layout_width="match_parent" android:layout_weight="1" /> </LinearLayout> <com.android.systemui.biometrics.AuthRippleView android:id="@+id/auth_ripple" Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -1767,7 +1767,7 @@ public class StatusBar extends SystemUI implements } protected ViewGroup getBouncerContainer() { return mNotificationShadeWindowView; return mNotificationShadeWindowView.findViewById(R.id.keyboard_bouncer_container); } public int getStatusBarHeight() { Loading Loading
packages/SystemUI/res-keyguard/layout/keyguard_pin_view.xml +3 −3 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ androidprv:layout_constraintTop_toTopOf="parent" androidprv:layout_constraintBottom_toTopOf="@id/key1" androidprv:layout_constraintVertical_bias="1.0"> androidprv:layout_constraintVertical_bias="0.0"> <com.android.keyguard.PasswordTextView android:id="@+id/pinEntry" Loading
packages/SystemUI/res/layout/super_notification_shade.xml +9 −4 Original line number Diff line number Diff line Loading @@ -81,9 +81,10 @@ /> <!-- Keyguard messages --> <FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content" <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:layout_marginTop="@dimen/status_bar_height" android:layout_gravity="top|center_horizontal" android:gravity="center_horizontal"> Loading @@ -97,7 +98,11 @@ android:singleLine="true" android:ellipsize="marquee" android:focusable="true" /> </FrameLayout> <FrameLayout android:id="@+id/keyboard_bouncer_container" android:layout_height="0dp" android:layout_width="match_parent" android:layout_weight="1" /> </LinearLayout> <com.android.systemui.biometrics.AuthRippleView android:id="@+id/auth_ripple" Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -1767,7 +1767,7 @@ public class StatusBar extends SystemUI implements } protected ViewGroup getBouncerContainer() { return mNotificationShadeWindowView; return mNotificationShadeWindowView.findViewById(R.id.keyboard_bouncer_container); } public int getStatusBarHeight() { Loading