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

1 2

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 41 jfieldID screenWidthDp;
67 out->screenWidthDp = env->GetIntField(clazz, gConfigurationClassInfo.screenWidthDp);
110 GET_FIELD_ID(gConfigurationClassInfo.screenWidthDp, clazz,
111 "screenWidthDp", "I");
android_util_AssetManager.cpp 602 jint screenWidthDp, jint screenHeightDp,
627 config.screenWidthDp = (uint16_t)screenWidthDp;
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 489 * Default value for {@link #screenWidthDp} indicating that no width
501 public int screenWidthDp;
529 * This is the smallest value of both screenWidthDp and screenHeightDp
639 screenWidthDp = o.screenWidthDp;
685 if (screenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) {
686 sb.append(" w"); sb.append(screenWidthDp); sb.append("dp");
    [all...]
AssetManager.java 680 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 347 config.screenWidthDp = hardwareConfig.getScreenWidth() / density.getDpiValue();
349 if (config.screenHeightDp < config.screenWidthDp) {
352 config.smallestScreenWidthDp = config.screenWidthDp;
357 config.compatScreenWidthDp = config.screenWidthDp;
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 51 mMaxWidth = (int) (context.getResources().getConfiguration().screenWidthDp * scale + 0.5f);
  /frameworks/base/core/java/android/app/
ResourcesManager.java 116 config.screenWidthDp = (int)(dm.widthPixels / dm.density);
122 config.screenWidthDp, config.screenHeightDp);
126 config.screenHeightDp, config.screenWidthDp);
128 config.smallestScreenWidthDp = config.screenWidthDp; // assume screen does not rotate
129 config.compatScreenWidthDp = config.screenWidthDp;
  /frameworks/base/native/android/
configuration.cpp 115 return config->screenWidthDp;
207 config->screenWidthDp = value;
  /frameworks/base/tools/aapt/
AaptConfig.cpp 244 || config->screenWidthDp != ResTable_config::SCREENWIDTH_ANY
721 out->screenWidthDp = out->SCREENWIDTH_ANY;
734 out->screenWidthDp = (uint16_t)atoi(xName.string());
ResourceTable.cpp     [all...]
Command.cpp 617 config.screenWidthDp = 320;
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 770 if (mResources.getConfiguration().screenWidthDp > MIN_SCREEN_WIDTH_FOR_SINGLE_ROW_WEEK) {
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 142 mConfig.screenWidthDp = value;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 1310 milliseconds

1 2