HomeSort by relevance Sort by last modified time
    Searched refs:screenLayout (Results 26 - 50 of 76) sorted by null

12 3 4

  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 66 getResources().getConfiguration().screenLayout,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 345 mIsXLarge = ((getResources().getConfiguration().screenLayout &
UserDictionaryToolsList.java 216 mIsXLarge = ((getResources().getConfiguration().screenLayout &
  /frameworks/base/core/java/android/app/
ResourcesManager.java 177 int sl = Configuration.resetScreenLayout(config.screenLayout);
180 config.screenLayout = Configuration.reduceScreenLayout(sl,
184 config.screenLayout = Configuration.reduceScreenLayout(sl,
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 679 jint screenLayout, jint uiMode,
709 config.screenLayout = (uint8_t)screenLayout;
715 // In Java, we use a 32bit integer for screenLayout, while we only use an 8bit integer
716 // in C++. We must extract the round qualifier out of the Java screenLayout and put it
719 (uint8_t)((screenLayout & kScreenLayoutRoundMask) >> kScreenLayoutRoundShift);
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 199 switch (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) {
253 switch (config.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK) {
  /frameworks/base/core/java/android/content/res/
AssetManager.java 786 int screenLayout, int uiMode, int colorMode, int majorVersion);
ResourcesImpl.java 424 mConfiguration.screenLayout, mConfiguration.uiMode,
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
Command.cpp 791 config.screenLayout |= ResTable_config::SCREENSIZE_NORMAL;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV9.java     [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 53 SCREENLAYOUT,
139 case SCREENLAYOUT:
140 mConfig.screenLayout = value;
392 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_SMALL);
399 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_NORMAL);
406 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_LARGE);
413 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_XLARGE);
596 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_SMALL);
603 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_NORMAL);
610 config.setProperty(Properties.SCREENLAYOUT, Configuration.SCREENLAYOUT_SIZE_LARGE)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 782 boolean isXLarge = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) ==
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 

Completed in 1079 milliseconds

12 3 4