コード例 #1
0
ファイル: AccountHeader.java プロジェクト: ccc920123/Android
  /** Clear the header */
  public void clear() {
    mAccountHeaderBuilder.mProfiles = null;

    // calculate the profiles to set
    mAccountHeaderBuilder.calculateProfiles();

    // process and build the profiles
    mAccountHeaderBuilder.buildProfiles();
  }