Loading packages/SystemUI/src/com/android/systemui/bubbles/BadgedImageView.java +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ public class BadgedImageView extends ImageView { mDotRenderer = new DotRenderer(mBubbleBitmapSize, iconPath, DEFAULT_PATH_SIZE); setFocusable(true); setClickable(true); } /** Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +2 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ import android.util.Log; import android.util.Pair; import android.util.SparseSetArray; import android.view.Display; import android.view.View; import android.view.ViewGroup; import android.view.WindowManager; Loading Loading @@ -394,6 +395,7 @@ public class BubbleController implements ConfigurationController.ConfigurationLi : statusBarService; mBubbleScrim = new ScrimView(mContext); mBubbleScrim.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO); mSavedBubbleKeysPerUser = new SparseSetArray<>(); mCurrentUserId = mNotifUserManager.getCurrentUserId(); Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +4 −0 Original line number Diff line number Diff line Loading @@ -2515,6 +2515,10 @@ public class BubbleStackView extends FrameLayout .spring(DynamicAnimation.SCALE_Y, 1f) .spring(DynamicAnimation.TRANSLATION_X, targetX) .spring(DynamicAnimation.TRANSLATION_Y, targetY) .withEndActions(() -> { View child = mManageMenu.getChildAt(0); child.requestAccessibilityFocus(); }) .start(); mManageMenu.setVisibility(View.VISIBLE); Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BadgedImageView.java +1 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,7 @@ public class BadgedImageView extends ImageView { mDotRenderer = new DotRenderer(mBubbleBitmapSize, iconPath, DEFAULT_PATH_SIZE); setFocusable(true); setClickable(true); } /** Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +2 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ import android.util.Log; import android.util.Pair; import android.util.SparseSetArray; import android.view.Display; import android.view.View; import android.view.ViewGroup; import android.view.WindowManager; Loading Loading @@ -394,6 +395,7 @@ public class BubbleController implements ConfigurationController.ConfigurationLi : statusBarService; mBubbleScrim = new ScrimView(mContext); mBubbleScrim.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO); mSavedBubbleKeysPerUser = new SparseSetArray<>(); mCurrentUserId = mNotifUserManager.getCurrentUserId(); Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +4 −0 Original line number Diff line number Diff line Loading @@ -2515,6 +2515,10 @@ public class BubbleStackView extends FrameLayout .spring(DynamicAnimation.SCALE_Y, 1f) .spring(DynamicAnimation.TRANSLATION_X, targetX) .spring(DynamicAnimation.TRANSLATION_Y, targetY) .withEndActions(() -> { View child = mManageMenu.getChildAt(0); child.requestAccessibilityFocus(); }) .start(); mManageMenu.setVisibility(View.VISIBLE); Loading