Home
last modified time | relevance | path

Searched refs:mLargeIconIds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DIconListPreference.java32 private int mLargeIconIds[]; field in IconListPreference
44 mLargeIconIds = getIds(res, a.getResourceId( in IconListPreference()
60 return mLargeIconIds; in getLargeIconIds()
72 mLargeIconIds = largeIconIds; in setLargeIconIds()
97 if (mLargeIconIds != null) largeIconIds.add(mLargeIconIds[i]); in filterUnsupported()
102 if (mLargeIconIds != null) { in filterUnsupported()
103 mLargeIconIds = largeIconIds.toArray(new int[largeIconIds.size()]); in filterUnsupported()