示例#1
0
 // TODO Support checkable action items
 public virtual void setExpandedFormat(bool expandedFormat)
 {
     if (mExpandedFormat != expandedFormat)
     {
         mExpandedFormat = expandedFormat;
         if (mItemData != null)
         {
             mItemData.actionFormatChanged();
         }
     }
 }