Home
last modified time | relevance | path

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

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