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

1 2

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
DeviceFormFactor.java 31 smallestScreenWidthDp;
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 87 if (config.smallestScreenWidthDp != 0 &&
88 config.smallestScreenWidthDp < entry.first.smallestScreenWidthDp) {
AaptConfig.cpp 246 } else if (config->smallestScreenWidthDp != ResTable_config::SCREENWIDTH_ANY
698 out->smallestScreenWidthDp = out->SCREENWIDTH_ANY;
713 out->smallestScreenWidthDp = (uint16_t)atoi(xName.string());
ResourceTable.cpp     [all...]
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 43 jfieldID smallestScreenWidthDp;
69 out->smallestScreenWidthDp = env->GetIntField(clazz,
70 gConfigurationClassInfo.smallestScreenWidthDp);
114 GET_FIELD_ID(gConfigurationClassInfo.smallestScreenWidthDp, clazz,
115 "smallestScreenWidthDp", "I");
android_util_AssetManager.cpp 602 jint smallestScreenWidthDp,
627 config.smallestScreenWidthDp = (uint16_t)smallestScreenWidthDp;
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 519 * Default value for {@link #smallestScreenWidthDp} indicating that no width
533 public int smallestScreenWidthDp;
641 smallestScreenWidthDp = o.smallestScreenWidthDp;
680 if (smallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
681 sb.append(" sw"); sb.append(smallestScreenWidthDp); sb.append("dp");
    [all...]
AssetManager.java 688 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
CompatibilityInfo.java 461 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BogusMoveEventDetector.java 52 final int sw = res.getConfiguration().smallestScreenWidthDp;
54 + " smallestScreenWidthDp=" + sw + " densityDpi=" + densityDpi
  /frameworks/base/tools/aapt/tests/
ResourceFilter_test.cpp 107 config.smallestScreenWidthDp = 600;
120 config.smallestScreenWidthDp = 320;
147 config.smallestScreenWidthDp = 600;
  /frameworks/base/services/core/java/com/android/server/am/
CompatModePackages.java 173 mService.mConfiguration.smallestScreenWidthDp,
183 mService.mConfiguration.smallestScreenWidthDp, enabled);
370 final int smallestScreenWidthDp = mService.mConfiguration.smallestScreenWidthDp;
388 smallestScreenWidthDp, false);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DeviceDisplayInfo.java 154 return mAppContext.getResources().getConfiguration().smallestScreenWidthDp;
  /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 350 config.smallestScreenWidthDp = config.screenHeightDp;
352 config.smallestScreenWidthDp = config.screenWidthDp;
  /frameworks/base/core/java/android/app/
ResourcesManager.java 128 config.smallestScreenWidthDp = config.screenWidthDp; // assume screen does not rotate
131 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp;
ActivityManager.java     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
ScreenPinningRequest.java 188 && config.smallestScreenWidthDp < 600;
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 67 getResources().getConfiguration().smallestScreenWidthDp, false));
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 93 sIsTabletUI = (context.getResources().getConfiguration().smallestScreenWidthDp >= 600);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 612 int screenSmallestWidth = (int) (res.getConfiguration().smallestScreenWidthDp * density);
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 354 return config.smallestScreenWidthDp >= 720;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 358 return config.smallestScreenWidthDp >= 720;
    [all...]

Completed in 637 milliseconds

1 2