HomeSort by relevance Sort by last modified time
    Searched refs:smallestScreenWidthDp (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 43 jfieldID smallestScreenWidthDp;
69 out->smallestScreenWidthDp = env->GetIntField(clazz,
70 gConfigurationClassInfo.smallestScreenWidthDp);
123 GET_FIELD_ID(gConfigurationClassInfo.smallestScreenWidthDp, clazz,
124 "smallestScreenWidthDp", "I");
android_util_AssetManager.cpp 513 jint smallestScreenWidthDp,
538 config.smallestScreenWidthDp = (uint16_t)smallestScreenWidthDp;
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 498 * Default value for {@link #smallestScreenWidthDp} indicating that no width
512 public int smallestScreenWidthDp;
575 smallestScreenWidthDp = o.smallestScreenWidthDp;
614 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
615 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
    [all...]
AssetManager.java 655 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
CompatibilityInfo.java 461 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp;
Resources.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
CompatModePackages.java 147 mService.mConfiguration.smallestScreenWidthDp,
157 mService.mConfiguration.smallestScreenWidthDp, enabled);
356 final int smallestScreenWidthDp = mService.mConfiguration.smallestScreenWidthDp;
374 smallestScreenWidthDp, false);
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 51 return context.getResources().getConfiguration().smallestScreenWidthDp >= 600;
  /frameworks/base/native/android/
configuration.cpp 123 return config->smallestScreenWidthDp;
215 config->smallestScreenWidthDp = value;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 340 config.smallestScreenWidthDp = config.screenHeightDp;
342 config.smallestScreenWidthDp = config.screenWidthDp;
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 196 *value = config.smallestScreenWidthDp;
342 return config.smallestScreenWidthDp;
685 this->smallestScreenWidthDp = smallestwidthdp;
718 s += smallestScreenWidthDp;
780 if (this->smallestScreenWidthDp != "") {
784 s += smallestScreenWidthDp;
    [all...]
AaptAssets.h 123 String8 smallestScreenWidthDp;
Command.cpp 470 config.smallestScreenWidthDp = 320;
    [all...]
ResourceTable.cpp     [all...]
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 67 getResources().getConfiguration().smallestScreenWidthDp, false));
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
ActivityThread.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 93 sIsTabletUI = (context.getResources().getConfiguration().smallestScreenWidthDp >= 600);
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 132 mConfig.smallestScreenWidthDp = value;
183 config.mConfig.smallestScreenWidthDp = 320;
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 991 uint16_t smallestScreenWidthDp;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 784 milliseconds

1 2