public interface com.android.systemui.ExpandHelper$Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.android.systemui.ExpandHelper$Callback
  super_class: java.lang.Object
{
  public abstract com.android.systemui.statusbar.ExpandableView getChildAtRawPosition(float, float);
    descriptor: (FF)Lcom/android/systemui/statusbar/ExpandableView;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract com.android.systemui.statusbar.ExpandableView getChildAtPosition(float, float);
    descriptor: (FF)Lcom/android/systemui/statusbar/ExpandableView;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract boolean canChildBeExpanded(android.view.View);
    descriptor: (Landroid/view/View;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      v     

  public abstract void setUserExpandedChild(android.view.View, boolean);
    descriptor: (Landroid/view/View;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      v             
      userExpanded  

  public abstract void setUserLockedChild(android.view.View, boolean);
    descriptor: (Landroid/view/View;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      v           
      userLocked  

  public abstract void expansionStateChanged(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      isExpanding  

  public abstract int getMaxExpandHeight(com.android.systemui.statusbar.ExpandableView);
    descriptor: (Lcom/android/systemui/statusbar/ExpandableView;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      view  

  public abstract void setExpansionCancelled(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      view  
}
SourceFile: "ExpandHelper.java"
NestHost: com.android.systemui.ExpandHelper
InnerClasses:
  public abstract Callback = com.android.systemui.ExpandHelper$Callback of com.android.systemui.ExpandHelper