Loading packages/SystemUI/res/layout/quick_settings_header_info.xml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ android:layout_below="@id/quick_status_bar_system_icons" android:paddingStart="@dimen/status_bar_padding_start" android:paddingEnd="@dimen/status_bar_padding_end" android:visibility="invisible" android:theme="@style/QSHeaderTheme"> <com.android.systemui.qs.QSHeaderInfoLayout Loading packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java +5 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,11 @@ public class QuickStatusBarHeader extends RelativeLayout implements if (mHeaderTextContainerAlphaAnimator != null) { mHeaderTextContainerAlphaAnimator.setPosition(keyguardExpansionFraction); if (keyguardExpansionFraction > 0) { mHeaderTextContainerView.setVisibility(VISIBLE); } else { mHeaderTextContainerView.setVisibility(INVISIBLE); } } if (mPrivacyChipAlphaAnimator != null) { mPrivacyChip.setExpanded(expansionFraction > 0.5); Loading packages/SystemUI/src/com/android/systemui/util/AutoMarqueeTextView.java +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ public class AutoMarqueeTextView extends TextView { super(context, attrs, defStyleAttr, defStyleRes); } @Override protected void onFinishInflate() { onVisibilityAggregated(isVisibleToUser()); } @Override protected void onAttachedToWindow() { super.onAttachedToWindow(); Loading Loading
packages/SystemUI/res/layout/quick_settings_header_info.xml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ android:layout_below="@id/quick_status_bar_system_icons" android:paddingStart="@dimen/status_bar_padding_start" android:paddingEnd="@dimen/status_bar_padding_end" android:visibility="invisible" android:theme="@style/QSHeaderTheme"> <com.android.systemui.qs.QSHeaderInfoLayout Loading
packages/SystemUI/src/com/android/systemui/qs/QuickStatusBarHeader.java +5 −0 Original line number Diff line number Diff line Loading @@ -461,6 +461,11 @@ public class QuickStatusBarHeader extends RelativeLayout implements if (mHeaderTextContainerAlphaAnimator != null) { mHeaderTextContainerAlphaAnimator.setPosition(keyguardExpansionFraction); if (keyguardExpansionFraction > 0) { mHeaderTextContainerView.setVisibility(VISIBLE); } else { mHeaderTextContainerView.setVisibility(INVISIBLE); } } if (mPrivacyChipAlphaAnimator != null) { mPrivacyChip.setExpanded(expansionFraction > 0.5); Loading
packages/SystemUI/src/com/android/systemui/util/AutoMarqueeTextView.java +5 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,11 @@ public class AutoMarqueeTextView extends TextView { super(context, attrs, defStyleAttr, defStyleRes); } @Override protected void onFinishInflate() { onVisibilityAggregated(isVisibleToUser()); } @Override protected void onAttachedToWindow() { super.onAttachedToWindow(); Loading