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

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 41 jfieldID screenWidthDp;
67 out->screenWidthDp = env->GetIntField(clazz, gConfigurationClassInfo.screenWidthDp);
119 GET_FIELD_ID(gConfigurationClassInfo.screenWidthDp, clazz,
120 "screenWidthDp", "I");
android_util_AssetManager.cpp 514 jint screenWidthDp, jint screenHeightDp,
539 config.screenWidthDp = (uint16_t)screenWidthDp;
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 380 public int screenWidthDp;
399 * This is the smallest value of both screenWidthDp and screenHeightDp
454 screenWidthDp = o.screenWidthDp;
488 if (screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) {
489 sb.append(" w"); sb.append(screenWidthDp); sb.append("dp");
601 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED;
699 if (delta.screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED
700 && screenWidthDp != delta.screenWidthDp) {
    [all...]
AssetManager.java 655 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
CompatibilityInfo.java 459 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp;
Resources.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 331 config.screenWidthDp = mParams.getScreenWidth() / density.getDpiValue();
333 if (config.screenHeightDp < config.screenWidthDp) {
336 config.smallestScreenWidthDp = config.screenWidthDp;
340 config.compatScreenWidthDp = config.screenWidthDp;
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 49 mMaxWidth = (int) (context.getResources().getConfiguration().screenWidthDp * scale + 0.5f);
  /frameworks/base/native/android/
configuration.cpp 115 return config->screenWidthDp;
202 config->screenWidthDp = value;
  /frameworks/base/tools/aapt/
AaptAssets.cpp 196 *value = config.screenWidthDp;
335 return config.screenWidthDp;
665 this->screenWidthDp = widthdp;
696 s += screenWidthDp;
756 if (this->screenWidthDp != "") {
760 s += screenWidthDp;
    [all...]
AaptAssets.h 122 String8 screenWidthDp;
Command.cpp 468 config.screenWidthDp = 320;
    [all...]
ResourceTable.cpp     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 134 mConfig.screenWidthDp = value;
183 config.mConfig.screenWidthDp = 320;
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 991 uint16_t screenWidthDp;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 168 milliseconds