Merge "Enhance BubbleController dumps" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f30746816a
@@ -870,7 +870,8 @@ public class Bubble implements BubbleViewProvider {
|
|||||||
pw.print(" desiredHeight: "); pw.println(getDesiredHeightString());
|
pw.print(" desiredHeight: "); pw.println(getDesiredHeightString());
|
||||||
pw.print(" suppressNotif: "); pw.println(shouldSuppressNotification());
|
pw.print(" suppressNotif: "); pw.println(shouldSuppressNotification());
|
||||||
pw.print(" autoExpand: "); pw.println(shouldAutoExpand());
|
pw.print(" autoExpand: "); pw.println(shouldAutoExpand());
|
||||||
pw.print(" bubbleMetadataFlagListener null: " + (mBubbleMetadataFlagListener == null));
|
pw.print(" isClearable: "); pw.println(mIsClearable);
|
||||||
|
pw.println(" bubbleMetadataFlagListener null: " + (mBubbleMetadataFlagListener == null));
|
||||||
if (mExpandedView != null) {
|
if (mExpandedView != null) {
|
||||||
mExpandedView.dump(pw);
|
mExpandedView.dump(pw);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user