Searched refs:bgColorInt (Results 1 – 1 of 1) sorted by relevance
170 private int bgColorInt; field in Folder366 this.bgColorInt = Integer.parseInt(bgColor); in Folder()405 bgColorInt = Integer.parseInt(bgColor); in Folder()463 bgColorInt = Integer.parseInt(bgColor); in Folder()694 return !TextUtils.isEmpty(bgColor) ? bgColorInt : defaultColor; in getBackgroundColor()917 f.bgColorInt = Integer.parseInt(f.bgColor); in fromString()