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

  /frameworks/base/tools/aapt/
AaptConfig.h 60 bool parseScreenHeightDp(const char* str, android::ResTable_config* out = NULL);
AaptConfig.cpp 102 if (parseScreenHeightDp(part, &config)) {
836 bool parseScreenHeightDp(const char* name, ResTable_config* out) {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ConfigDescription.java 255 if (part_iter.hasNext() && parseScreenHeightDp(part_iter.peek(), out)) {
444 private static boolean parseScreenHeightDp(String name, ResTable_config out) {
  /frameworks/base/tools/aapt2/
ConfigDescription.cpp 597 static bool parseScreenHeightDp(const char* name, ResTable_config* out) {
708 if (parseScreenHeightDp(part_iter->c_str(), &config)) {
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 

Completed in 483 milliseconds