HomeSort by relevance Sort by last modified time
    Searched refs:screenHeightDp (Results 1 - 23 of 23) 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 507 jint screenWidthDp, jint screenHeightDp,
533 config.screenHeightDp = (uint16_t)screenHeightDp;
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 490 * Default value for {@link #screenHeightDp} indicating that no width
502 public int screenHeightDp;
515 * This is the smallest value of both screenWidthDp and screenHeightDp
614 screenHeightDp = o.screenHeightDp;
664 if (screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
665 sb.append(" h"); sb.append(screenHeightDp); sb.append("dp");
    [all...]
AssetManager.java 661 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 348 config.screenHeightDp = hardwareConfig.getScreenHeight() / density.getDpiValue();
349 if (config.screenHeightDp < config.screenWidthDp) {
350 config.smallestScreenWidthDp = config.screenHeightDp;
358 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/core/java/android/app/
ResourcesManager.java 117 config.screenHeightDp = (int)(dm.heightPixels / dm.density);
122 config.screenWidthDp, config.screenHeightDp);
126 config.screenHeightDp, config.screenWidthDp);
130 config.compatScreenHeightDp = config.screenHeightDp;
  /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;
ResourceTable.cpp     [all...]
Command.cpp 528 config.screenHeightDp = 480;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 141 mConfig.screenHeightDp = value;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1622 milliseconds