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

  /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 402 public int smallestScreenWidthDp;
456 smallestScreenWidthDp = o.smallestScreenWidthDp;
483 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
484 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
603 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
    [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 148 mService.mConfiguration.smallestScreenWidthDp,
158 mService.mConfiguration.smallestScreenWidthDp, enabled);
357 final int smallestScreenWidthDp = mService.mConfiguration.smallestScreenWidthDp;
375 smallestScreenWidthDp, false);
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 49 return context.getResources().getConfiguration().smallestScreenWidthDp >= 600;
  /frameworks/base/native/android/
configuration.cpp 123 return config->smallestScreenWidthDp;
210 config->smallestScreenWidthDp = value;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 334 config.smallestScreenWidthDp = config.screenHeightDp;
336 config.smallestScreenWidthDp = config.screenWidthDp;
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 189 *value = config.smallestScreenWidthDp;
333 return config.smallestScreenWidthDp;
664 this->smallestScreenWidthDp = smallestwidthdp;
694 s += smallestScreenWidthDp;
750 if (this->smallestScreenWidthDp != "") {
754 s += smallestScreenWidthDp;
    [all...]
AaptAssets.h 121 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...]
  /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 131 mConfig.smallestScreenWidthDp = value;
182 config.mConfig.smallestScreenWidthDp = 320;
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 984 uint16_t smallestScreenWidthDp;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 305 final float smallestScreenDim = res.getConfiguration().smallestScreenWidthDp *
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 866 milliseconds