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

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 42 jfieldID screenHeightDp;
68 out->screenHeightDp = env->GetIntField(clazz, gConfigurationClassInfo.screenHeightDp);
121 GET_FIELD_ID(gConfigurationClassInfo.screenHeightDp, clazz,
122 "screenHeightDp", "I");
android_util_AssetManager.cpp 514 jint screenWidthDp, jint screenHeightDp,
540 config.screenHeightDp = (uint16_t)screenHeightDp;
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 483 * Default value for {@link #screenHeightDp} indicating that no width
495 public int screenHeightDp;
508 * This is the smallest value of both screenWidthDp and screenHeightDp
574 screenHeightDp = o.screenHeightDp;
624 if (screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
625 sb.append(" h"); sb.append(screenHeightDp); sb.append("dp");
    [all...]
AssetManager.java 655 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
CompatibilityInfo.java 460 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp;
Resources.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 338 config.screenHeightDp = hardwareConfig.getScreenHeight() / density.getDpiValue();
339 if (config.screenHeightDp < config.screenWidthDp) {
340 config.smallestScreenWidthDp = config.screenHeightDp;
348 config.compatScreenHeightDp = config.screenHeightDp;
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 51 (int) (context.getResources().getConfiguration().screenHeightDp * scale + 0.5f);
  /frameworks/base/native/android/
configuration.cpp 119 return config->screenHeightDp;
211 config->screenHeightDp = value;
  /frameworks/base/tools/aapt/
AaptAssets.cpp 210 *value = config.screenHeightDp;
346 return config.screenHeightDp;
687 this->screenHeightDp = heightdp;
722 s += screenHeightDp;
792 if (this->screenHeightDp != "") {
796 s += screenHeightDp;
    [all...]
AaptAssets.h 125 String8 screenHeightDp;
Command.cpp 469 config.screenHeightDp = 480;
    [all...]
ResourceTable.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 138 mConfig.screenHeightDp = value;
185 config.mConfig.screenHeightDp = 480;
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [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 
  /prebuilts/sdk/current/
android.jar 

Completed in 279 milliseconds