Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarView.java +3 −2 Original line number Diff line number Diff line Loading @@ -1474,7 +1474,8 @@ public class BubbleBarView extends FrameLayout { pw.println(" visibility: " + getVisibility()); pw.println(" alpha: " + getAlpha()); pw.println(" translationY: " + getTranslationY()); pw.println(" bubbles in bar (childCount = " + getChildCount() + ")"); pw.println(" childCount: " + getChildCount()); pw.println(" hasOverflow: " + hasOverflow()); for (BubbleView bubbleView: getBubbles()) { BubbleBarItem bubble = bubbleView.getBubble(); String key = bubble == null ? "null" : bubble.getKey(); Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewController.java +1 −0 Original line number Diff line number Diff line Loading @@ -793,6 +793,7 @@ public class BubbleBarViewController { pw.println(" mShouldShowEducation: " + mShouldShowEducation); pw.println(" mBubbleBarTranslationY.value: " + mBubbleBarTranslationY.value); pw.println(" mBubbleBarSwipeUpTranslationY: " + mBubbleBarSwipeUpTranslationY); pw.println(" mOverflowAdded: " + mOverflowAdded); if (mBarView != null) { mBarView.dump(pw); } else { Loading Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarView.java +3 −2 Original line number Diff line number Diff line Loading @@ -1474,7 +1474,8 @@ public class BubbleBarView extends FrameLayout { pw.println(" visibility: " + getVisibility()); pw.println(" alpha: " + getAlpha()); pw.println(" translationY: " + getTranslationY()); pw.println(" bubbles in bar (childCount = " + getChildCount() + ")"); pw.println(" childCount: " + getChildCount()); pw.println(" hasOverflow: " + hasOverflow()); for (BubbleView bubbleView: getBubbles()) { BubbleBarItem bubble = bubbleView.getBubble(); String key = bubble == null ? "null" : bubble.getKey(); Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewController.java +1 −0 Original line number Diff line number Diff line Loading @@ -793,6 +793,7 @@ public class BubbleBarViewController { pw.println(" mShouldShowEducation: " + mShouldShowEducation); pw.println(" mBubbleBarTranslationY.value: " + mBubbleBarTranslationY.value); pw.println(" mBubbleBarSwipeUpTranslationY: " + mBubbleBarSwipeUpTranslationY); pw.println(" mOverflowAdded: " + mOverflowAdded); if (mBarView != null) { mBarView.dump(pw); } else { Loading