Home
last modified time | relevance | path

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

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