HomeSort by relevance Sort by last modified time
    Searched refs:parseScreenSize (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/aapt/
AaptConfig.h 75 bool parseScreenSize(const char* str, android::ResTable_config* out = NULL);
AaptConfig.cpp 222 if (parseScreenSize(part, &config)) {
756 bool parseScreenSize(const char* name, ResTable_config* out) {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ConfigDescription.java 360 if (part_iter.hasNext() && parseScreenSize(part_iter.peek(), out)) {
907 private static boolean parseScreenSize(String name, ResTable_config out) {
  /frameworks/base/tools/aapt2/
ConfigDescription.cpp 517 static bool parseScreenSize(const char* name, ResTable_config* out) {
813 if (parseScreenSize(part_iter->c_str(), &config)) {
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 

Completed in 63 milliseconds