HomeSort by relevance Sort by last modified time
    Searched defs:screenHeightDp (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 44 jfieldID screenHeightDp;
70 out->screenHeightDp = env->GetIntField(clazz, gConfigurationClassInfo.screenHeightDp);
93 gConfigurationClassInfo.screenHeightDp = GetFieldIDOrDie(env, clazz, "screenHeightDp", "I");
  /frameworks/base/core/java/android/content/res/
Configuration.java     [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java 143 int screenHeightDp = 0;
158 screenHeightDp = buffer.getShort() & 0xFFFF;
180 screenHeightDp, localeScript, localeVariant, screenLayout2, screenConfigPad1, screenConfigPad2, unknown);
635 smallestScreenWidthDp, screenWidthDp, screenHeightDp, localeScript, localeVariant,
642 int uiMode, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp,
664 this.screenHeightDp = screenHeightDp;
735 public int screenHeightDp;
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceTypes.h     [all...]
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 
shadows-framework-3.6.1.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 144 milliseconds

1 2