Searched defs:ResTable_config (Results 1 - 1 of 1) sorted by path

/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h902 struct ResTable_config struct in namespace:android
1182 void copyFromDeviceNoSwap(const ResTable_config& o);
1184 void copyFromDtoH(const ResTable_config& o);
1188 int compare(const ResTable_config& o) const;
1189 int compareLogical(const ResTable_config& o) const;
1191 inline bool operator<(const ResTable_config& o) const { return compare(o) < 0; }
1218 int diff(const ResTable_config& o) const;
1221 bool isMoreSpecificThan(const ResTable_config& o) const;
1233 bool isBetterThan(const ResTable_config& o, const ResTable_config* requeste
[all...]

Completed in 452 milliseconds