Home
last modified time | relevance | path

Searched defs:parseScreenLayoutSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt/
H A DAaptConfig.cpp381 bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize() function
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DConfigDescription.cpp138 static bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize() function
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DConfigDescription.java459 private static boolean parseScreenLayoutSize(String name, ResTable_config out) { in parseScreenLayoutSize() method in ConfigDescription