HomeSort by relevance Sort by last modified time
    Searched refs:screenWidthDp (Results 1 - 21 of 21) 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 468 * Default value for {@link #screenWidthDp} indicating that no width
480 public int screenWidthDp;
508 * This is the smallest value of both screenWidthDp and screenHeightDp
573 screenWidthDp = o.screenWidthDp;
619 if (screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) {
620 sb.append(" w"); sb.append(screenWidthDp); sb.append("dp");
    [all...]
AssetManager.java 661 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 337 config.screenWidthDp = hardwareConfig.getScreenWidth() / density.getDpiValue();
339 if (config.screenHeightDp < config.screenWidthDp) {
342 config.smallestScreenWidthDp = config.screenWidthDp;
347 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;
207 config->screenWidthDp = value;
  /frameworks/base/tools/aapt/
AaptAssets.cpp 203 *value = config.screenWidthDp;
344 return config.screenWidthDp;
686 this->screenWidthDp = widthdp;
720 s += screenWidthDp;
786 if (this->screenWidthDp != "") {
790 s += screenWidthDp;
    [all...]
AaptAssets.h 124 String8 screenWidthDp;
Command.cpp 469 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 135 mConfig.screenWidthDp = value;
184 config.mConfig.screenWidthDp = 320;
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 756 if (mResources.getConfiguration().screenWidthDp > MIN_SCREEN_WIDTH_FOR_SINGLE_ROW_WEEK) {
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 715 milliseconds