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

  /frameworks/base/tools/aapt/
AaptConfig.h 58 bool parseSmallestScreenWidthDp(const char* str, android::ResTable_config* out = NULL);
AaptConfig.cpp 86 if (parseSmallestScreenWidthDp(part, &config)) {
790 bool parseSmallestScreenWidthDp(const char* name, ResTable_config* out) {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ConfigDescription.java 241 if (part_iter.hasNext() && parseSmallestScreenWidthDp(part_iter.peek(), out)) {
412 private static boolean parseSmallestScreenWidthDp(String name, ResTable_config out) {
  /frameworks/base/tools/aapt2/
ConfigDescription.cpp 551 static bool parseSmallestScreenWidthDp(const char* name, ResTable_config* out) {
694 if (parseSmallestScreenWidthDp(part_iter->c_str(), &config)) {
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 

Completed in 57 milliseconds