Home
last modified time | relevance | path

Searched defs:smallestScreenWidthDp (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/jni/
Dandroid_content_res_Configuration.cpp45 jfieldID smallestScreenWidthDp; member
/frameworks/base/tools/aapt2/test/
DBuilders.h287 ConfigDescriptionBuilder& setSmallestScreenWidthDp(uint16_t smallestScreenWidthDp) { in setSmallestScreenWidthDp()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DConfigurationContainerTests.java383 int smallestScreenWidthDp = in resolveOverrideConfiguration() local
/frameworks/base/services/core/java/com/android/server/wm/
DCompatModePackages.java373 final int smallestScreenWidthDp = globalConfig.smallestScreenWidthDp; in saveCompatModes() local
/frameworks/base/core/java/android/content/res/
DAssetManager.java1354 int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, in setConfiguration()
1422 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, in nativeSetConfiguration()
DConfiguration.java753 public int smallestScreenWidthDp; field in Configuration
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1137 uint16_t smallestScreenWidthDp; member