HomeSort by relevance Sort by last modified time
    Searched defs:screenLayoutLong (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java 71 int screenLayoutLong = mConfig.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK;
79 assertEquals(Configuration.SCREENLAYOUT_LONG_NO, screenLayoutLong);
90 assertEquals(Configuration.SCREENLAYOUT_LONG_YES, screenLayoutLong);
92 assertEquals(Configuration.SCREENLAYOUT_LONG_NO, screenLayoutLong);
  /frameworks/base/tools/aapt/
AaptAssets.h 132 String8 screenLayoutLong;

Completed in 30 milliseconds