Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/util/
DAccessibilityUtils.java120 final int screenWidthDp = resources.getConfiguration().screenWidthDp; in getScreenWidthPixels() local
/frameworks/base/core/jni/
Dandroid_content_res_Configuration.cpp43 jfieldID screenWidthDp; member
/frameworks/base/tools/aapt2/test/
DBuilders.h289 ConfigDescriptionBuilder& setScreenWidthDp(uint16_t screenWidthDp) { in setScreenWidthDp()
/frameworks/base/core/java/android/content/res/
DAssetManager.java1478 int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, in setConfiguration()
1575 int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, in nativeSetConfiguration()
DConfiguration.java835 public int screenWidthDp; field in Configuration
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1191 uint16_t screenWidthDp; member
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java1769 static int computeScreenLayout(int sourceScreenLayout, int screenWidthDp, in computeScreenLayout()