HomeSort by relevance Sort by last modified time
    Searched refs:screenHeightDp (Results 1 - 19 of 19) 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 390 public int screenHeightDp;
399 * This is the smallest value of both screenWidthDp and screenHeightDp
455 screenHeightDp = o.screenHeightDp;
493 if (screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
494 sb.append(" h"); sb.append(screenHeightDp); sb.append("dp");
602 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
704 if (delta.screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED
705 && screenHeightDp != delta.screenHeightDp) {
    [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 332 config.screenHeightDp = mParams.getScreenHeight() / density.getDpiValue();
333 if (config.screenHeightDp < config.screenWidthDp) {
334 config.smallestScreenWidthDp = config.screenHeightDp;
341 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;
206 config->screenHeightDp = value;
  /frameworks/base/tools/aapt/
AaptAssets.cpp 203 *value = config.screenHeightDp;
337 return config.screenHeightDp;
666 this->screenHeightDp = heightdp;
698 s += screenHeightDp;
762 if (this->screenHeightDp != "") {
766 s += screenHeightDp;
    [all...]
AaptAssets.h 123 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 137 mConfig.screenHeightDp = value;
184 config.mConfig.screenHeightDp = 480;
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 992 uint16_t screenHeightDp;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 440 milliseconds