Searched defs:IconInfo (Results 1 – 2 of 2) sorted by relevance
40 public class IconInfo { class50 public IconInfo(int width, int height, String language, String iconType, String fileName) { in IconInfo() method in IconInfo
28 record IconInfo(@DrawableRes int resId, String description) { } in IconInfo() method