HomeSort by relevance Sort by last modified time
    Searched refs:smallestScreenWidthDp (Results 1 - 21 of 21) 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/include/utils/
ResourceTypes.h 971 uint16_t smallestScreenWidthDp;
1004 smallestScreenWidthDp = dtohs(smallestScreenWidthDp);
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 271 public int smallestScreenWidthDp;
325 smallestScreenWidthDp = o.smallestScreenWidthDp;
351 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
352 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
470 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
576 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
577 smallestScreenWidthDp = delta.smallestScreenWidthDp;
684 if (delta.smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINE
    [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/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/tools/aapt/
AaptAssets.cpp 151 *value = config.smallestScreenWidthDp;
295 return config.smallestScreenWidthDp;
626 this->smallestScreenWidthDp = smallestwidthdp;
656 s += smallestScreenWidthDp;
712 if (this->smallestScreenWidthDp != "") {
716 s += smallestScreenWidthDp;
    [all...]
AaptAssets.h 128 String8 smallestScreenWidthDp;
Command.cpp 468 config.smallestScreenWidthDp = 320;
    [all...]
ResourceTable.cpp     [all...]
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 67 getResources().getConfiguration().smallestScreenWidthDp, false));
  /packages/apps/Camera/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/libs/utils/
ResourceTypes.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 284 final float smallestScreenDim = res.getConfiguration().smallestScreenWidthDp;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 407 milliseconds